Ying Wang | 02937eb | 2015-01-09 11:51:26 -0800 | [diff] [blame] | 1 | package android.media { |
| 2 | |
| 3 | public class AudioFormat { |
| 4 | ctor public AudioFormat(); |
| 5 | } |
| 6 | |
| 7 | } |
| 8 | |
Narayan Kamath | 406e1ed | 2014-12-10 18:55:12 +0000 | [diff] [blame] | 9 | package android.net { |
| 10 | |
| 11 | public class SSLCertificateSocketFactory extends javax.net.ssl.SSLSocketFactory { |
| 12 | method public static deprecated org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache); |
| 13 | } |
| 14 | |
| 15 | } |
| 16 | |
Ying Wang | 02937eb | 2015-01-09 11:51:26 -0800 | [diff] [blame] | 17 | package android.os { |
| 18 | |
Jeff Brown | 6e53931 | 2015-02-24 18:53:21 -0800 | [diff] [blame] | 19 | public class BatteryManager { |
| 20 | ctor public BatteryManager(); |
| 21 | } |
| 22 | |
Ying Wang | 02937eb | 2015-01-09 11:51:26 -0800 | [diff] [blame] | 23 | public final class PowerManager { |
| 24 | method public void goToSleep(long); |
| 25 | method public deprecated void userActivity(long, boolean); |
| 26 | method public void wakeUp(long); |
| 27 | } |
| 28 | |
| 29 | public class UserManager { |
| 30 | method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int); |
| 31 | method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle); |
| 32 | method public java.lang.CharSequence getBadgedLabelForUser(java.lang.CharSequence, android.os.UserHandle); |
| 33 | } |
| 34 | |
| 35 | } |
| 36 | |
Svetoslav | dbbeeb3 | 2015-02-18 19:16:25 -0800 | [diff] [blame] | 37 | package android.provider { |
| 38 | |
| 39 | public static final class Settings.System extends android.provider.Settings.NameValueTable { |
| 40 | field public static final java.lang.String APPEND_FOR_LAST_AUDIBLE = "_last_audible"; |
| 41 | field public static final java.lang.String VOLUME_ALARM = "volume_alarm"; |
| 42 | field public static final java.lang.String VOLUME_BLUETOOTH_SCO = "volume_bluetooth_sco"; |
| 43 | field public static final java.lang.String VOLUME_MUSIC = "volume_music"; |
| 44 | field public static final java.lang.String VOLUME_NOTIFICATION = "volume_notification"; |
| 45 | field public static final java.lang.String VOLUME_RING = "volume_ring"; |
| 46 | field public static final java.lang.String[] VOLUME_SETTINGS; |
| 47 | field public static final java.lang.String VOLUME_SYSTEM = "volume_system"; |
| 48 | field public static final java.lang.String VOLUME_VOICE = "volume_voice"; |
| 49 | } |
| 50 | |
| 51 | } |
| 52 | |
Ying Wang | 02937eb | 2015-01-09 11:51:26 -0800 | [diff] [blame] | 53 | package android.text.format { |
| 54 | |
| 55 | public class DateFormat { |
| 56 | field public static final deprecated char AM_PM = 97; // 0x0061 'a' |
| 57 | field public static final deprecated char CAPITAL_AM_PM = 65; // 0x0041 'A' |
| 58 | field public static final deprecated char DATE = 100; // 0x0064 'd' |
| 59 | field public static final deprecated char DAY = 69; // 0x0045 'E' |
| 60 | field public static final deprecated char HOUR = 104; // 0x0068 'h' |
| 61 | field public static final deprecated char HOUR_OF_DAY = 107; // 0x006b 'k' |
| 62 | field public static final deprecated char MINUTE = 109; // 0x006d 'm' |
| 63 | field public static final deprecated char MONTH = 77; // 0x004d 'M' |
| 64 | field public static final deprecated char QUOTE = 39; // 0x0027 '\'' |
| 65 | field public static final deprecated char SECONDS = 115; // 0x0073 's' |
| 66 | field public static final deprecated char STANDALONE_MONTH = 76; // 0x004c 'L' |
| 67 | field public static final deprecated char TIME_ZONE = 122; // 0x007a 'z' |
| 68 | field public static final deprecated char YEAR = 121; // 0x0079 'y' |
| 69 | } |
| 70 | |
| 71 | } |
| 72 | |
| 73 | package android.view { |
| 74 | |
| 75 | public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { |
| 76 | method protected void initializeFadingEdge(android.content.res.TypedArray); |
| 77 | method protected void initializeScrollbars(android.content.res.TypedArray); |
| 78 | } |
| 79 | |
| 80 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 81 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 82 | } |
| 83 | |
| 84 | } |
| 85 | |
| 86 | package android.widget { |
| 87 | |
| 88 | public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener { |
| 89 | method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int); |
| 90 | method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray); |
| 91 | } |
| 92 | |
| 93 | } |
| 94 | |