diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/17.txt | 147 | ||||
-rw-r--r-- | api/current.txt | 147 |
2 files changed, 124 insertions, 170 deletions
@@ -491,6 +491,8 @@ package android { field public static final int foreground = 16843017; // 0x1010109 field public static final int foregroundGravity = 16843264; // 0x1010200 field public static final int format = 16843013; // 0x1010105 + field public static final int format12Hour = 16843722; // 0x10103ca + field public static final int format24Hour = 16843723; // 0x10103cb field public static final int fragment = 16843491; // 0x10102e3 field public static final int fragmentCloseEnterAnimation = 16843495; // 0x10102e7 field public static final int fragmentCloseExitAnimation = 16843496; // 0x10102e8 @@ -1074,6 +1076,7 @@ package android { field public static final int thumbTextPadding = 16843634; // 0x1010372 field public static final int thumbnail = 16843429; // 0x10102a5 field public static final int tileMode = 16843265; // 0x1010201 + field public static final int timeZone = 16843724; // 0x10103cc field public static final int tint = 16843041; // 0x1010121 field public static final int title = 16843233; // 0x10101e1 field public static final int titleCondensed = 16843234; // 0x10101e2 @@ -1142,7 +1145,6 @@ package android { field public static final int weekSeparatorLineColor = 16843590; // 0x1010346 field public static final int weightSum = 16843048; // 0x1010128 field public static final int widgetCategory = 16843716; // 0x10103c4 - field public static final int widgetFeatures = 16843715; // 0x10103c3 field public static final int widgetLayout = 16843243; // 0x10101eb field public static final int width = 16843097; // 0x1010159 field public static final int windowActionBar = 16843469; // 0x10102cd @@ -4494,8 +4496,6 @@ package android.appwidget { field public static final int RESIZE_VERTICAL = 2; // 0x2 field public static final int WIDGET_CATEGORY_HOME_SCREEN = 1; // 0x1 field public static final int WIDGET_CATEGORY_KEYGUARD = 2; // 0x2 - field public static final int WIDGET_FEATURES_NONE = 0; // 0x0 - field public static final int WIDGET_FEATURES_STATUS = 1; // 0x1 field public int autoAdvanceViewId; field public android.content.ComponentName configure; field public int icon; @@ -4511,7 +4511,6 @@ package android.appwidget { field public int resizeMode; field public int updatePeriodMillis; field public int widgetCategory; - field public int widgetFeatures; } } @@ -10583,7 +10582,7 @@ package android.location { field public static final android.os.Parcelable.Creator CREATOR; } - public deprecated class Criteria implements android.os.Parcelable { + public class Criteria implements android.os.Parcelable { ctor public Criteria(); ctor public Criteria(android.location.Criteria); method public int describeContents(); @@ -10629,13 +10628,6 @@ package android.location { method public static boolean isPresent(); } - public final class Geofence implements android.os.Parcelable { - method public static android.location.Geofence createCircle(double, double, float); - method public int describeContents(); - method public void writeToParcel(android.os.Parcel, int); - field public static final android.os.Parcelable.Creator CREATOR; - } - public final class GpsSatellite { method public float getAzimuth(); method public float getElevation(); @@ -10681,7 +10673,7 @@ package android.location { method public android.os.Bundle getExtras(); method public double getLatitude(); method public double getLongitude(); - method public deprecated java.lang.String getProvider(); + method public java.lang.String getProvider(); method public float getSpeed(); method public long getTime(); method public boolean hasAccuracy(); @@ -10719,57 +10711,51 @@ package android.location { } public class LocationManager { - method public void addGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent); method public boolean addGpsStatusListener(android.location.GpsStatus.Listener); method public boolean addNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void addProximityAlert(double, double, float, long, android.app.PendingIntent); - method public deprecated void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); - method public deprecated void clearTestProviderEnabled(java.lang.String); - method public deprecated void clearTestProviderLocation(java.lang.String); - method public deprecated void clearTestProviderStatus(java.lang.String); - method public deprecated java.util.List<java.lang.String> getAllProviders(); - method public deprecated java.lang.String getBestProvider(android.location.Criteria, boolean); + method public void addProximityAlert(double, double, float, long, android.app.PendingIntent); + method public void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); + method public void clearTestProviderEnabled(java.lang.String); + method public void clearTestProviderLocation(java.lang.String); + method public void clearTestProviderStatus(java.lang.String); + method public java.util.List<java.lang.String> getAllProviders(); + method public java.lang.String getBestProvider(android.location.Criteria, boolean); method public android.location.GpsStatus getGpsStatus(android.location.GpsStatus); - method public deprecated android.location.Location getLastKnownLocation(java.lang.String); - method public android.location.Location getLastLocation(); - method public deprecated android.location.LocationProvider getProvider(java.lang.String); - method public deprecated java.util.List<java.lang.String> getProviders(boolean); - method public deprecated java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); - method public deprecated boolean isProviderEnabled(java.lang.String); - method public void removeAllGeofences(android.app.PendingIntent); - method public void removeGeofence(android.location.Geofence, android.app.PendingIntent); + method public android.location.Location getLastKnownLocation(java.lang.String); + method public android.location.LocationProvider getProvider(java.lang.String); + method public java.util.List<java.lang.String> getProviders(boolean); + method public java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); + method public boolean isProviderEnabled(java.lang.String); method public void removeGpsStatusListener(android.location.GpsStatus.Listener); method public void removeNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void removeProximityAlert(android.app.PendingIntent); - method public deprecated void removeTestProvider(java.lang.String); + method public void removeProximityAlert(android.app.PendingIntent); + method public void removeTestProvider(java.lang.String); method public void removeUpdates(android.location.LocationListener); method public void removeUpdates(android.app.PendingIntent); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); - method public void requestLocationUpdates(android.location.LocationRequest, android.location.LocationListener, android.os.Looper); - method public void requestLocationUpdates(android.location.LocationRequest, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(java.lang.String, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); - method public deprecated boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); - method public deprecated void setTestProviderEnabled(java.lang.String, boolean); - method public deprecated void setTestProviderLocation(java.lang.String, android.location.Location); - method public deprecated void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); - field public static final deprecated java.lang.String GPS_PROVIDER = "gps"; + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); + method public void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(java.lang.String, android.app.PendingIntent); + method public void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); + method public boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); + method public void setTestProviderEnabled(java.lang.String, boolean); + method public void setTestProviderLocation(java.lang.String, android.location.Location); + method public void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); + field public static final java.lang.String GPS_PROVIDER = "gps"; field public static final java.lang.String KEY_LOCATION_CHANGED = "location"; - field public static final deprecated java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; + field public static final java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; field public static final java.lang.String KEY_PROXIMITY_ENTERING = "entering"; - field public static final deprecated java.lang.String KEY_STATUS_CHANGED = "status"; - field public static final deprecated java.lang.String NETWORK_PROVIDER = "network"; - field public static final deprecated java.lang.String PASSIVE_PROVIDER = "passive"; - field public static final deprecated java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; + field public static final java.lang.String KEY_STATUS_CHANGED = "status"; + field public static final java.lang.String NETWORK_PROVIDER = "network"; + field public static final java.lang.String PASSIVE_PROVIDER = "passive"; + field public static final java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; } - public deprecated class LocationProvider { + public class LocationProvider { method public int getAccuracy(); method public java.lang.String getName(); method public int getPowerRequirement(); @@ -10786,30 +10772,6 @@ package android.location { field public static final int TEMPORARILY_UNAVAILABLE = 1; // 0x1 } - public final class LocationRequest implements android.os.Parcelable { - method public static android.location.LocationRequest create(); - method public int describeContents(); - method public long getExpireAt(); - method public long getFastestInterval(); - method public long getInterval(); - method public int getNumUpdates(); - method public int getQuality(); - method public android.location.LocationRequest setExpireAt(long); - method public android.location.LocationRequest setExpireIn(long); - method public android.location.LocationRequest setFastestInterval(long); - method public android.location.LocationRequest setInterval(long); - method public android.location.LocationRequest setNumUpdates(int); - method public android.location.LocationRequest setQuality(int); - method public void writeToParcel(android.os.Parcel, int); - field public static final int ACCURACY_BLOCK = 102; // 0x66 - field public static final int ACCURACY_CITY = 104; // 0x68 - field public static final int ACCURACY_FINE = 100; // 0x64 - field public static final android.os.Parcelable.Creator CREATOR; - field public static final int POWER_HIGH = 203; // 0xcb - field public static final int POWER_LOW = 201; // 0xc9 - field public static final int POWER_NONE = 200; // 0xc8 - } - } package android.media { @@ -22300,14 +22262,14 @@ package android.text.format { public class DateFormat { ctor public DateFormat(); - method public static final java.lang.CharSequence format(java.lang.CharSequence, long); - method public static final java.lang.CharSequence format(java.lang.CharSequence, java.util.Date); - method public static final java.lang.CharSequence format(java.lang.CharSequence, java.util.Calendar); - method public static final java.text.DateFormat getDateFormat(android.content.Context); - method public static final char[] getDateFormatOrder(android.content.Context); - method public static final java.text.DateFormat getLongDateFormat(android.content.Context); - method public static final java.text.DateFormat getMediumDateFormat(android.content.Context); - method public static final java.text.DateFormat getTimeFormat(android.content.Context); + method public static java.lang.CharSequence format(java.lang.CharSequence, long); + method public static java.lang.CharSequence format(java.lang.CharSequence, java.util.Date); + method public static java.lang.CharSequence format(java.lang.CharSequence, java.util.Calendar); + method public static java.text.DateFormat getDateFormat(android.content.Context); + method public static char[] getDateFormatOrder(android.content.Context); + method public static java.text.DateFormat getLongDateFormat(android.content.Context); + method public static java.text.DateFormat getMediumDateFormat(android.content.Context); + method public static java.text.DateFormat getTimeFormat(android.content.Context); method public static boolean is24HourFormat(android.content.Context); field public static final char AM_PM = 97; // 0x0061 'a' field public static final char CAPITAL_AM_PM = 65; // 0x0041 'A' @@ -29518,6 +29480,21 @@ package android.widget { field public int span; } + public class TextClock extends android.widget.TextView { + ctor public TextClock(android.content.Context); + ctor public TextClock(android.content.Context, android.util.AttributeSet); + ctor public TextClock(android.content.Context, android.util.AttributeSet, int); + method public java.lang.CharSequence getFormat12Hour(); + method public java.lang.CharSequence getFormat24Hour(); + method public java.lang.String getTimeZone(); + method public boolean is24HourModeEnabled(); + method public void setFormat12Hour(java.lang.CharSequence); + method public void setFormat24Hour(java.lang.CharSequence); + method public void setTimeZone(java.lang.String); + field public static final java.lang.CharSequence DEFAULT_FORMAT_12_HOUR; + field public static final java.lang.CharSequence DEFAULT_FORMAT_24_HOUR; + } + public class TextSwitcher extends android.widget.ViewSwitcher { ctor public TextSwitcher(android.content.Context); ctor public TextSwitcher(android.content.Context, android.util.AttributeSet); diff --git a/api/current.txt b/api/current.txt index 6d7c1ac..a54a0bc 100644 --- a/api/current.txt +++ b/api/current.txt @@ -491,6 +491,8 @@ package android { field public static final int foreground = 16843017; // 0x1010109 field public static final int foregroundGravity = 16843264; // 0x1010200 field public static final int format = 16843013; // 0x1010105 + field public static final int format12Hour = 16843722; // 0x10103ca + field public static final int format24Hour = 16843723; // 0x10103cb field public static final int fragment = 16843491; // 0x10102e3 field public static final int fragmentCloseEnterAnimation = 16843495; // 0x10102e7 field public static final int fragmentCloseExitAnimation = 16843496; // 0x10102e8 @@ -1074,6 +1076,7 @@ package android { field public static final int thumbTextPadding = 16843634; // 0x1010372 field public static final int thumbnail = 16843429; // 0x10102a5 field public static final int tileMode = 16843265; // 0x1010201 + field public static final int timeZone = 16843724; // 0x10103cc field public static final int tint = 16843041; // 0x1010121 field public static final int title = 16843233; // 0x10101e1 field public static final int titleCondensed = 16843234; // 0x10101e2 @@ -1142,7 +1145,6 @@ package android { field public static final int weekSeparatorLineColor = 16843590; // 0x1010346 field public static final int weightSum = 16843048; // 0x1010128 field public static final int widgetCategory = 16843716; // 0x10103c4 - field public static final int widgetFeatures = 16843715; // 0x10103c3 field public static final int widgetLayout = 16843243; // 0x10101eb field public static final int width = 16843097; // 0x1010159 field public static final int windowActionBar = 16843469; // 0x10102cd @@ -4494,8 +4496,6 @@ package android.appwidget { field public static final int RESIZE_VERTICAL = 2; // 0x2 field public static final int WIDGET_CATEGORY_HOME_SCREEN = 1; // 0x1 field public static final int WIDGET_CATEGORY_KEYGUARD = 2; // 0x2 - field public static final int WIDGET_FEATURES_NONE = 0; // 0x0 - field public static final int WIDGET_FEATURES_STATUS = 1; // 0x1 field public int autoAdvanceViewId; field public android.content.ComponentName configure; field public int icon; @@ -4511,7 +4511,6 @@ package android.appwidget { field public int resizeMode; field public int updatePeriodMillis; field public int widgetCategory; - field public int widgetFeatures; } } @@ -10583,7 +10582,7 @@ package android.location { field public static final android.os.Parcelable.Creator CREATOR; } - public deprecated class Criteria implements android.os.Parcelable { + public class Criteria implements android.os.Parcelable { ctor public Criteria(); ctor public Criteria(android.location.Criteria); method public int describeContents(); @@ -10629,13 +10628,6 @@ package android.location { method public static boolean isPresent(); } - public final class Geofence implements android.os.Parcelable { - method public static android.location.Geofence createCircle(double, double, float); - method public int describeContents(); - method public void writeToParcel(android.os.Parcel, int); - field public static final android.os.Parcelable.Creator CREATOR; - } - public final class GpsSatellite { method public float getAzimuth(); method public float getElevation(); @@ -10681,7 +10673,7 @@ package android.location { method public android.os.Bundle getExtras(); method public double getLatitude(); method public double getLongitude(); - method public deprecated java.lang.String getProvider(); + method public java.lang.String getProvider(); method public float getSpeed(); method public long getTime(); method public boolean hasAccuracy(); @@ -10719,57 +10711,51 @@ package android.location { } public class LocationManager { - method public void addGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent); method public boolean addGpsStatusListener(android.location.GpsStatus.Listener); method public boolean addNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void addProximityAlert(double, double, float, long, android.app.PendingIntent); - method public deprecated void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); - method public deprecated void clearTestProviderEnabled(java.lang.String); - method public deprecated void clearTestProviderLocation(java.lang.String); - method public deprecated void clearTestProviderStatus(java.lang.String); - method public deprecated java.util.List<java.lang.String> getAllProviders(); - method public deprecated java.lang.String getBestProvider(android.location.Criteria, boolean); + method public void addProximityAlert(double, double, float, long, android.app.PendingIntent); + method public void addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int); + method public void clearTestProviderEnabled(java.lang.String); + method public void clearTestProviderLocation(java.lang.String); + method public void clearTestProviderStatus(java.lang.String); + method public java.util.List<java.lang.String> getAllProviders(); + method public java.lang.String getBestProvider(android.location.Criteria, boolean); method public android.location.GpsStatus getGpsStatus(android.location.GpsStatus); - method public deprecated android.location.Location getLastKnownLocation(java.lang.String); - method public android.location.Location getLastLocation(); - method public deprecated android.location.LocationProvider getProvider(java.lang.String); - method public deprecated java.util.List<java.lang.String> getProviders(boolean); - method public deprecated java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); - method public deprecated boolean isProviderEnabled(java.lang.String); - method public void removeAllGeofences(android.app.PendingIntent); - method public void removeGeofence(android.location.Geofence, android.app.PendingIntent); + method public android.location.Location getLastKnownLocation(java.lang.String); + method public android.location.LocationProvider getProvider(java.lang.String); + method public java.util.List<java.lang.String> getProviders(boolean); + method public java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean); + method public boolean isProviderEnabled(java.lang.String); method public void removeGpsStatusListener(android.location.GpsStatus.Listener); method public void removeNmeaListener(android.location.GpsStatus.NmeaListener); - method public deprecated void removeProximityAlert(android.app.PendingIntent); - method public deprecated void removeTestProvider(java.lang.String); + method public void removeProximityAlert(android.app.PendingIntent); + method public void removeTestProvider(java.lang.String); method public void removeUpdates(android.location.LocationListener); method public void removeUpdates(android.app.PendingIntent); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); - method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); - method public void requestLocationUpdates(android.location.LocationRequest, android.location.LocationListener, android.os.Looper); - method public void requestLocationUpdates(android.location.LocationRequest, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); - method public deprecated void requestSingleUpdate(java.lang.String, android.app.PendingIntent); - method public deprecated void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); - method public deprecated boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); - method public deprecated void setTestProviderEnabled(java.lang.String, boolean); - method public deprecated void setTestProviderLocation(java.lang.String, android.location.Location); - method public deprecated void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); - field public static final deprecated java.lang.String GPS_PROVIDER = "gps"; + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener); + method public void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent); + method public void requestLocationUpdates(long, float, android.location.Criteria, android.app.PendingIntent); + method public void requestSingleUpdate(java.lang.String, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper); + method public void requestSingleUpdate(java.lang.String, android.app.PendingIntent); + method public void requestSingleUpdate(android.location.Criteria, android.app.PendingIntent); + method public boolean sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle); + method public void setTestProviderEnabled(java.lang.String, boolean); + method public void setTestProviderLocation(java.lang.String, android.location.Location); + method public void setTestProviderStatus(java.lang.String, int, android.os.Bundle, long); + field public static final java.lang.String GPS_PROVIDER = "gps"; field public static final java.lang.String KEY_LOCATION_CHANGED = "location"; - field public static final deprecated java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; + field public static final java.lang.String KEY_PROVIDER_ENABLED = "providerEnabled"; field public static final java.lang.String KEY_PROXIMITY_ENTERING = "entering"; - field public static final deprecated java.lang.String KEY_STATUS_CHANGED = "status"; - field public static final deprecated java.lang.String NETWORK_PROVIDER = "network"; - field public static final deprecated java.lang.String PASSIVE_PROVIDER = "passive"; - field public static final deprecated java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; + field public static final java.lang.String KEY_STATUS_CHANGED = "status"; + field public static final java.lang.String NETWORK_PROVIDER = "network"; + field public static final java.lang.String PASSIVE_PROVIDER = "passive"; + field public static final java.lang.String PROVIDERS_CHANGED_ACTION = "android.location.PROVIDERS_CHANGED"; } - public deprecated class LocationProvider { + public class LocationProvider { method public int getAccuracy(); method public java.lang.String getName(); method public int getPowerRequirement(); @@ -10786,30 +10772,6 @@ package android.location { field public static final int TEMPORARILY_UNAVAILABLE = 1; // 0x1 } - public final class LocationRequest implements android.os.Parcelable { - method public static android.location.LocationRequest create(); - method public int describeContents(); - method public long getExpireAt(); - method public long getFastestInterval(); - method public long getInterval(); - method public int getNumUpdates(); - method public int getQuality(); - method public android.location.LocationRequest setExpireAt(long); - method public android.location.LocationRequest setExpireIn(long); - method public android.location.LocationRequest setFastestInterval(long); - method public android.location.LocationRequest setInterval(long); - method public android.location.LocationRequest setNumUpdates(int); - method public android.location.LocationRequest setQuality(int); - method public void writeToParcel(android.os.Parcel, int); - field public static final int ACCURACY_BLOCK = 102; // 0x66 - field public static final int ACCURACY_CITY = 104; // 0x68 - field public static final int ACCURACY_FINE = 100; // 0x64 - field public static final android.os.Parcelable.Creator CREATOR; - field public static final int POWER_HIGH = 203; // 0xcb - field public static final int POWER_LOW = 201; // 0xc9 - field public static final int POWER_NONE = 200; // 0xc8 - } - } package android.media { @@ -22302,14 +22264,14 @@ package android.text.format { public class DateFormat { ctor public DateFormat(); - method public static final java.lang.CharSequence format(java.lang.CharSequence, long); - method public static final java.lang.CharSequence format(java.lang.CharSequence, java.util.Date); - method public static final java.lang.CharSequence format(java.lang.CharSequence, java.util.Calendar); - method public static final java.text.DateFormat getDateFormat(android.content.Context); - method public static final char[] getDateFormatOrder(android.content.Context); - method public static final java.text.DateFormat getLongDateFormat(android.content.Context); - method public static final java.text.DateFormat getMediumDateFormat(android.content.Context); - method public static final java.text.DateFormat getTimeFormat(android.content.Context); + method public static java.lang.CharSequence format(java.lang.CharSequence, long); + method public static java.lang.CharSequence format(java.lang.CharSequence, java.util.Date); + method public static java.lang.CharSequence format(java.lang.CharSequence, java.util.Calendar); + method public static java.text.DateFormat getDateFormat(android.content.Context); + method public static char[] getDateFormatOrder(android.content.Context); + method public static java.text.DateFormat getLongDateFormat(android.content.Context); + method public static java.text.DateFormat getMediumDateFormat(android.content.Context); + method public static java.text.DateFormat getTimeFormat(android.content.Context); method public static boolean is24HourFormat(android.content.Context); field public static final char AM_PM = 97; // 0x0061 'a' field public static final char CAPITAL_AM_PM = 65; // 0x0041 'A' @@ -29550,6 +29512,21 @@ package android.widget { field public int span; } + public class TextClock extends android.widget.TextView { + ctor public TextClock(android.content.Context); + ctor public TextClock(android.content.Context, android.util.AttributeSet); + ctor public TextClock(android.content.Context, android.util.AttributeSet, int); + method public java.lang.CharSequence getFormat12Hour(); + method public java.lang.CharSequence getFormat24Hour(); + method public java.lang.String getTimeZone(); + method public boolean is24HourModeEnabled(); + method public void setFormat12Hour(java.lang.CharSequence); + method public void setFormat24Hour(java.lang.CharSequence); + method public void setTimeZone(java.lang.String); + field public static final java.lang.CharSequence DEFAULT_FORMAT_12_HOUR; + field public static final java.lang.CharSequence DEFAULT_FORMAT_24_HOUR; + } + public class TextSwitcher extends android.widget.ViewSwitcher { ctor public TextSwitcher(android.content.Context); ctor public TextSwitcher(android.content.Context, android.util.AttributeSet); |