Chris Wren | a05db38 | 2015-06-24 15:18:34 -0400 | [diff] [blame] | 1 | package android.app { |
| 2 | |
| 3 | public class Notification implements android.os.Parcelable { |
Jeff Sharkey | f52db08 | 2017-08-09 08:30:27 -0600 | [diff] [blame] | 4 | method public static java.lang.Class<? extends android.app.Notification.Style> getNotificationStyleClass(java.lang.String); |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 5 | } |
| 6 | |
| 7 | public static final class Notification.TvExtender implements android.app.Notification.Extender { |
| 8 | method public deprecated java.lang.String getChannel(); |
| 9 | } |
| 10 | |
Chris Wren | a05db38 | 2015-06-24 15:18:34 -0400 | [diff] [blame] | 11 | } |
| 12 | |
phweiss | 27ee334 | 2016-02-08 16:40:45 +0100 | [diff] [blame] | 13 | package android.app.admin { |
| 14 | |
| 15 | public class DevicePolicyManager { |
Jeff Sharkey | f52db08 | 2017-08-09 08:30:27 -0600 | [diff] [blame] | 16 | method public deprecated java.lang.String getDeviceInitializerApp(); |
| 17 | method public deprecated android.content.ComponentName getDeviceInitializerComponent(); |
phweiss | 27ee334 | 2016-02-08 16:40:45 +0100 | [diff] [blame] | 18 | } |
| 19 | |
| 20 | } |
| 21 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 22 | package android.content { |
| 23 | |
Garfield Tan | ce1d0e9 | 2017-03-23 10:52:48 -0700 | [diff] [blame] | 24 | public class Intent implements java.lang.Cloneable android.os.Parcelable { |
Jeff Sharkey | 8478911 | 2017-08-11 14:45:43 -0600 | [diff] [blame] | 25 | field public static final deprecated java.lang.String ACTION_DEVICE_INITIALIZATION_WIZARD = "android.intent.action.DEVICE_INITIALIZATION_WIZARD"; |
Jeff Sharkey | 8478911 | 2017-08-11 14:45:43 -0600 | [diff] [blame] | 26 | field public static final deprecated java.lang.String ACTION_MASTER_CLEAR = "android.intent.action.MASTER_CLEAR"; |
Jeff Sharkey | 8478911 | 2017-08-11 14:45:43 -0600 | [diff] [blame] | 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"; |
Jeff Sharkey | 8478911 | 2017-08-11 14:45:43 -0600 | [diff] [blame] | 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"; |
Garfield Tan | ce1d0e9 | 2017-03-23 10:52:48 -0700 | [diff] [blame] | 50 | } |
| 51 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 52 | } |
| 53 | |
Dongwon Kang | e12d810 | 2016-03-04 16:45:39 -0800 | [diff] [blame] | 54 | package android.media.tv { |
| 55 | |
Jeff Sharkey | c204c22 | 2017-11-27 15:02:10 -0700 | [diff] [blame] | 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 | |
Shubang | 15985cb | 2017-08-17 14:58:02 -0700 | [diff] [blame] | 60 | public static final class TvInputManager.Hardware { |
| 61 | method public boolean dispatchKeyEventToHdmi(android.view.KeyEvent); |
| 62 | } |
| 63 | |
Narayan Kamath | 406e1ed | 2014-12-10 18:55:12 +0000 | [diff] [blame] | 64 | } |
| 65 | |
Jeff Sharkey | f52db08 | 2017-08-09 08:30:27 -0600 | [diff] [blame] | 66 | package android.net.wifi { |
| 67 | |
Jeff Sharkey | c204c22 | 2017-11-27 15:02:10 -0700 | [diff] [blame] | 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 | |
Jeff Sharkey | 8478911 | 2017-08-11 14:45:43 -0600 | [diff] [blame] | 75 | public class ScanResult implements android.os.Parcelable { |
| 76 | field public boolean untrusted; |
| 77 | } |
| 78 | |
Jeff Sharkey | f52db08 | 2017-08-09 08:30:27 -0600 | [diff] [blame] | 79 | } |
| 80 | |
Ying Wang | 02937eb | 2015-01-09 11:51:26 -0800 | [diff] [blame] | 81 | package android.os { |
| 82 | |
Jeff Sharkey | f52db08 | 2017-08-09 08:30:27 -0600 | [diff] [blame] | 83 | public class Build { |
| 84 | field public static final boolean PERMISSIONS_REVIEW_REQUIRED; |
| 85 | } |
| 86 | |
Ying Wang | 02937eb | 2015-01-09 11:51:26 -0800 | [diff] [blame] | 87 | public final class PowerManager { |
Jeff Sharkey | 8478911 | 2017-08-11 14:45:43 -0600 | [diff] [blame] | 88 | method public deprecated boolean isScreenBrightnessBoosted(); |
Jeff Sharkey | 8478911 | 2017-08-11 14:45:43 -0600 | [diff] [blame] | 89 | field public static final deprecated java.lang.String ACTION_SCREEN_BRIGHTNESS_BOOST_CHANGED = "android.os.action.SCREEN_BRIGHTNESS_BOOST_CHANGED"; |
Ying Wang | 02937eb | 2015-01-09 11:51:26 -0800 | [diff] [blame] | 90 | } |
| 91 | |
Svetoslav | dbbeeb3 | 2015-02-18 19:16:25 -0800 | [diff] [blame] | 92 | } |
| 93 | |
Dmitry Dementyev | 0d55aa3 | 2018-04-02 14:10:57 -0700 | [diff] [blame] | 94 | package 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 java.security.Key generateKey(java.lang.String, byte[]) throws android.security.keystore.recovery.InternalRecoveryServiceException, android.security.keystore.recovery.LockScreenRequiredException; |
| 102 | method public deprecated java.util.List<java.lang.String> getAliases(java.lang.String) throws android.security.keystore.recovery.InternalRecoveryServiceException; |
| 103 | method public deprecated android.security.keystore.recovery.KeyChainSnapshot getRecoveryData() throws android.security.keystore.recovery.InternalRecoveryServiceException; |
| 104 | method public deprecated int getRecoveryStatus(java.lang.String, java.lang.String) throws android.security.keystore.recovery.InternalRecoveryServiceException; |
| 105 | method public deprecated void initRecoveryService(java.lang.String, byte[]) throws java.security.cert.CertificateException, android.security.keystore.recovery.InternalRecoveryServiceException; |
| 106 | method public deprecated void setRecoveryStatus(java.lang.String, java.lang.String, int) throws android.security.keystore.recovery.InternalRecoveryServiceException, android.content.pm.PackageManager.NameNotFoundException; |
| 107 | } |
| 108 | |
| 109 | public class RecoverySession implements java.lang.AutoCloseable { |
| 110 | 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; |
| 111 | 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; |
| 112 | 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; |
| 113 | } |
| 114 | |
| 115 | public final class WrappedApplicationKey implements android.os.Parcelable { |
| 116 | method public deprecated byte[] getAccount(); |
| 117 | } |
| 118 | |
| 119 | public static class WrappedApplicationKey.Builder { |
| 120 | method public deprecated android.security.keystore.recovery.WrappedApplicationKey.Builder setAccount(byte[]); |
| 121 | } |
| 122 | |
| 123 | } |
| 124 | |
Jeff Sharkey | f52db08 | 2017-08-09 08:30:27 -0600 | [diff] [blame] | 125 | package android.service.notification { |
| 126 | |
| 127 | public abstract class NotificationListenerService extends android.app.Service { |
| 128 | method public android.service.notification.StatusBarNotification[] getActiveNotifications(int); |
| 129 | method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lang.String[], int); |
| 130 | method public void registerAsSystemService(android.content.Context, android.content.ComponentName, int) throws android.os.RemoteException; |
| 131 | method public final void setOnNotificationPostedTrim(int); |
| 132 | method public final void snoozeNotification(java.lang.String, java.lang.String); |
| 133 | method public void unregisterAsSystemService() throws android.os.RemoteException; |
| 134 | field public static final int TRIM_FULL = 0; // 0x0 |
| 135 | field public static final int TRIM_LIGHT = 1; // 0x1 |
| 136 | } |
| 137 | |
| 138 | public static class NotificationListenerService.Ranking { |
| 139 | method public java.util.List<java.lang.String> getAdditionalPeople(); |
| 140 | method public java.util.List<android.service.notification.SnoozeCriterion> getSnoozeCriteria(); |
| 141 | } |
| 142 | |
| 143 | } |
| 144 | |