1package android.app {
2
3  public class Notification implements android.os.Parcelable {
4    method public static java.lang.Class<? extends android.app.Notification.Style> getNotificationStyleClass(java.lang.String);
5  }
6
7  public static final class Notification.TvExtender implements android.app.Notification.Extender {
8    method public deprecated java.lang.String getChannel();
9  }
10
11}
12
13package android.app.admin {
14
15  public class DevicePolicyManager {
16    method public deprecated java.lang.String getDeviceInitializerApp();
17    method public deprecated android.content.ComponentName getDeviceInitializerComponent();
18  }
19
20}
21
22package android.content {
23
24  public class Intent implements java.lang.Cloneable android.os.Parcelable {
25    field public static final deprecated java.lang.String ACTION_DEVICE_INITIALIZATION_WIZARD = "android.intent.action.DEVICE_INITIALIZATION_WIZARD";
26    field public static final deprecated java.lang.String ACTION_MASTER_CLEAR = "android.intent.action.MASTER_CLEAR";
27    field public static final deprecated java.lang.String ACTION_SERVICE_STATE = "android.intent.action.SERVICE_STATE";
28    field public static final deprecated java.lang.String EXTRA_CDMA_DEFAULT_ROAMING_INDICATOR = "cdmaDefaultRoamingIndicator";
29    field public static final deprecated java.lang.String EXTRA_CDMA_ROAMING_INDICATOR = "cdmaRoamingIndicator";
30    field public static final deprecated java.lang.String EXTRA_CSS_INDICATOR = "cssIndicator";
31    field public static final deprecated java.lang.String EXTRA_DATA_OPERATOR_ALPHA_LONG = "data-operator-alpha-long";
32    field public static final deprecated java.lang.String EXTRA_DATA_OPERATOR_ALPHA_SHORT = "data-operator-alpha-short";
33    field public static final deprecated java.lang.String EXTRA_DATA_OPERATOR_NUMERIC = "data-operator-numeric";
34    field public static final deprecated java.lang.String EXTRA_DATA_RADIO_TECH = "dataRadioTechnology";
35    field public static final deprecated java.lang.String EXTRA_DATA_REG_STATE = "dataRegState";
36    field public static final deprecated java.lang.String EXTRA_DATA_ROAMING_TYPE = "dataRoamingType";
37    field public static final deprecated java.lang.String EXTRA_EMERGENCY_ONLY = "emergencyOnly";
38    field public static final deprecated java.lang.String EXTRA_IS_DATA_ROAMING_FROM_REGISTRATION = "isDataRoamingFromRegistration";
39    field public static final deprecated java.lang.String EXTRA_IS_USING_CARRIER_AGGREGATION = "isUsingCarrierAggregation";
40    field public static final deprecated java.lang.String EXTRA_LTE_EARFCN_RSRP_BOOST = "LteEarfcnRsrpBoost";
41    field public static final deprecated java.lang.String EXTRA_MANUAL = "manual";
42    field public static final deprecated java.lang.String EXTRA_NETWORK_ID = "networkId";
43    field public static final deprecated java.lang.String EXTRA_OPERATOR_ALPHA_LONG = "operator-alpha-long";
44    field public static final deprecated java.lang.String EXTRA_OPERATOR_ALPHA_SHORT = "operator-alpha-short";
45    field public static final deprecated java.lang.String EXTRA_OPERATOR_NUMERIC = "operator-numeric";
46    field public static final deprecated java.lang.String EXTRA_SYSTEM_ID = "systemId";
47    field public static final deprecated java.lang.String EXTRA_VOICE_RADIO_TECH = "radioTechnology";
48    field public static final deprecated java.lang.String EXTRA_VOICE_REG_STATE = "voiceRegState";
49    field public static final deprecated java.lang.String EXTRA_VOICE_ROAMING_TYPE = "voiceRoamingType";
50  }
51
52}
53
54package android.media.tv {
55
56  public final class TvInputManager {
57    method public android.media.tv.TvInputManager.Hardware acquireTvInputHardware(int, android.media.tv.TvInputManager.HardwareCallback, android.media.tv.TvInputInfo);
58  }
59
60  public static final class TvInputManager.Hardware {
61    method public boolean dispatchKeyEventToHdmi(android.view.KeyEvent);
62  }
63
64}
65
66package android.net.wifi {
67
68  public deprecated class BatchedScanResult implements android.os.Parcelable {
69    ctor public BatchedScanResult();
70    ctor public BatchedScanResult(android.net.wifi.BatchedScanResult);
71    field public final java.util.List<android.net.wifi.ScanResult> scanResults;
72    field public boolean truncated;
73  }
74
75  public class ScanResult implements android.os.Parcelable {
76    field public boolean untrusted;
77  }
78
79}
80
81package android.os {
82
83  public class Build {
84    field public static final boolean PERMISSIONS_REVIEW_REQUIRED;
85  }
86
87  public final class PowerManager {
88    method public deprecated boolean isScreenBrightnessBoosted();
89    field public static final deprecated java.lang.String ACTION_SCREEN_BRIGHTNESS_BOOST_CHANGED = "android.os.action.SCREEN_BRIGHTNESS_BOOST_CHANGED";
90  }
91
92}
93
94package android.security.keystore.recovery {
95
96  public final class KeyChainSnapshot implements android.os.Parcelable {
97    method public deprecated byte[] getTrustedHardwarePublicKey();
98  }
99
100  public class RecoveryController {
101    method public deprecated byte[] generateAndStoreKey(java.lang.String, byte[]) throws android.security.keystore.recovery.InternalRecoveryServiceException, android.security.keystore.recovery.LockScreenRequiredException;
102    method public deprecated java.security.Key generateKey(java.lang.String, byte[]) throws android.security.keystore.recovery.InternalRecoveryServiceException, android.security.keystore.recovery.LockScreenRequiredException;
103    method public deprecated java.util.List<java.lang.String> getAliases(java.lang.String) throws android.security.keystore.recovery.InternalRecoveryServiceException;
104    method public deprecated android.security.keystore.recovery.KeyChainSnapshot getRecoveryData() throws android.security.keystore.recovery.InternalRecoveryServiceException;
105    method public deprecated int getRecoveryStatus(java.lang.String, java.lang.String) throws android.security.keystore.recovery.InternalRecoveryServiceException;
106    method public deprecated void initRecoveryService(java.lang.String, byte[]) throws java.security.cert.CertificateException, android.security.keystore.recovery.InternalRecoveryServiceException;
107    method public deprecated void setRecoveryStatus(java.lang.String, java.lang.String, int) throws android.security.keystore.recovery.InternalRecoveryServiceException, android.content.pm.PackageManager.NameNotFoundException;
108  }
109
110  public class RecoverySession implements java.lang.AutoCloseable {
111    method public deprecated java.util.Map<java.lang.String, byte[]> recoverKeys(byte[], java.util.List<android.security.keystore.recovery.WrappedApplicationKey>) throws android.security.keystore.recovery.DecryptionFailedException, android.security.keystore.recovery.InternalRecoveryServiceException, android.security.keystore.recovery.SessionExpiredException;
112    method public deprecated byte[] start(byte[], byte[], byte[], java.util.List<android.security.keystore.recovery.KeyChainProtectionParams>) throws java.security.cert.CertificateException, android.security.keystore.recovery.InternalRecoveryServiceException;
113    method public deprecated byte[] start(java.security.cert.CertPath, byte[], byte[], java.util.List<android.security.keystore.recovery.KeyChainProtectionParams>) throws java.security.cert.CertificateException, android.security.keystore.recovery.InternalRecoveryServiceException;
114  }
115
116  public final class WrappedApplicationKey implements android.os.Parcelable {
117    method public deprecated byte[] getAccount();
118  }
119
120  public static class WrappedApplicationKey.Builder {
121    method public deprecated android.security.keystore.recovery.WrappedApplicationKey.Builder setAccount(byte[]);
122  }
123
124}
125
126package android.service.notification {
127
128  public abstract class NotificationListenerService extends android.app.Service {
129    method public android.service.notification.StatusBarNotification[] getActiveNotifications(int);
130    method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lang.String[], int);
131    method public void registerAsSystemService(android.content.Context, android.content.ComponentName, int) throws android.os.RemoteException;
132    method public final void setOnNotificationPostedTrim(int);
133    method public final void snoozeNotification(java.lang.String, java.lang.String);
134    method public void unregisterAsSystemService() throws android.os.RemoteException;
135    field public static final int TRIM_FULL = 0; // 0x0
136    field public static final int TRIM_LIGHT = 1; // 0x1
137  }
138
139  public static class NotificationListenerService.Ranking {
140    method public java.util.List<java.lang.String> getAdditionalPeople();
141    method public java.util.List<android.service.notification.SnoozeCriterion> getSnoozeCriteria();
142  }
143
144}
145
146