Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 1 | // Signature format: 2.0 |
Philip P. Moltmann | 12ac3f4 | 2020-03-05 15:01:29 -0800 | [diff] [blame] | 2 | package android { |
| 3 | |
| 4 | public static final class R.attr { |
| 5 | field public static final int featureId = 16844301; // 0x101060d |
| 6 | } |
| 7 | |
| 8 | } |
| 9 | |
Chris Wren | a05db38 | 2015-06-24 15:18:34 -0400 | [diff] [blame] | 10 | package android.app { |
| 11 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 12 | public class ActivityManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 13 | method @Deprecated public static int getMaxNumPictureInPictureActions(); |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 14 | } |
| 15 | |
Chris Wren | a05db38 | 2015-06-24 15:18:34 -0400 | [diff] [blame] | 16 | public class Notification implements android.os.Parcelable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 17 | method @Deprecated public String getChannel(); |
| 18 | method public static Class<? extends android.app.Notification.Style> getNotificationStyleClass(String); |
| 19 | method @Deprecated public long getTimeout(); |
| 20 | method @Deprecated public void setLatestEventInfo(android.content.Context, CharSequence, CharSequence, android.app.PendingIntent); |
Chris Wren | a05db38 | 2015-06-24 15:18:34 -0400 | [diff] [blame] | 21 | } |
| 22 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 23 | public static class Notification.Builder { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 24 | method @Deprecated public android.app.Notification.Builder setChannel(String); |
| 25 | method @Deprecated public android.app.Notification.Builder setTimeout(long); |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 26 | } |
| 27 | |
Chris Wren | a05db38 | 2015-06-24 15:18:34 -0400 | [diff] [blame] | 28 | } |
| 29 | |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 30 | package android.app.slice { |
| 31 | |
| 32 | public final class Slice implements android.os.Parcelable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 33 | field @Deprecated public static final String EXTRA_SLIDER_VALUE = "android.app.slice.extra.SLIDER_VALUE"; |
| 34 | field @Deprecated public static final String SUBTYPE_SLIDER = "slider"; |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 35 | } |
| 36 | |
| 37 | public static class Slice.Builder { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 38 | ctor @Deprecated public Slice.Builder(@NonNull android.net.Uri); |
| 39 | method @Deprecated public android.app.slice.Slice.Builder addTimestamp(long, @Nullable String, java.util.List<java.lang.String>); |
| 40 | method @Deprecated public android.app.slice.Slice.Builder setSpec(android.app.slice.SliceSpec); |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 41 | } |
| 42 | |
| 43 | public final class SliceItem implements android.os.Parcelable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 44 | method @Deprecated public long getTimestamp(); |
| 45 | field @Deprecated public static final String FORMAT_TIMESTAMP = "long"; |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 46 | } |
| 47 | |
| 48 | public class SliceManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 49 | method @Deprecated @Nullable public android.app.slice.Slice bindSlice(@NonNull android.net.Uri, @NonNull java.util.List<android.app.slice.SliceSpec>); |
| 50 | method @Deprecated @Nullable public android.app.slice.Slice bindSlice(@NonNull android.content.Intent, @NonNull java.util.List<android.app.slice.SliceSpec>); |
| 51 | method @Deprecated public void pinSlice(@NonNull android.net.Uri, @NonNull java.util.List<android.app.slice.SliceSpec>); |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 52 | } |
| 53 | |
| 54 | public abstract class SliceProvider extends android.content.ContentProvider { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 55 | method @Deprecated public android.app.slice.Slice onBindSlice(android.net.Uri, java.util.List<android.app.slice.SliceSpec>); |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 56 | } |
| 57 | |
| 58 | } |
| 59 | |
Jeff Sharkey | 789a8fc | 2017-04-16 13:18:35 -0600 | [diff] [blame] | 60 | package android.app.usage { |
| 61 | |
Jeff Sharkey | a4d34d9 | 2017-04-27 11:21:41 -0600 | [diff] [blame] | 62 | public final class StorageStats implements android.os.Parcelable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 63 | method @Deprecated public long getCodeBytes(); |
Jeff Sharkey | a4d34d9 | 2017-04-27 11:21:41 -0600 | [diff] [blame] | 64 | } |
| 65 | |
Jeff Sharkey | 789a8fc | 2017-04-16 13:18:35 -0600 | [diff] [blame] | 66 | public class StorageStatsManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 67 | method @Deprecated public long getFreeBytes(String) throws java.io.IOException; |
| 68 | method @Deprecated public long getTotalBytes(String) throws java.io.IOException; |
| 69 | method @Deprecated public boolean isQuotaSupported(String); |
| 70 | method @Deprecated public android.app.usage.ExternalStorageStats queryExternalStatsForUser(String, android.os.UserHandle) throws java.io.IOException; |
| 71 | method @Deprecated public android.app.usage.StorageStats queryStatsForPackage(String, String, android.os.UserHandle) throws java.io.IOException, android.content.pm.PackageManager.NameNotFoundException; |
| 72 | method @Deprecated public android.app.usage.StorageStats queryStatsForUid(String, int) throws java.io.IOException; |
| 73 | method @Deprecated public android.app.usage.StorageStats queryStatsForUser(String, android.os.UserHandle) throws java.io.IOException; |
Jeff Sharkey | 789a8fc | 2017-04-16 13:18:35 -0600 | [diff] [blame] | 74 | } |
| 75 | |
| 76 | } |
| 77 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 78 | package android.content { |
| 79 | |
Philip P. Moltmann | 12ac3f4 | 2020-03-05 15:01:29 -0800 | [diff] [blame] | 80 | public abstract class ContentProvider implements android.content.ComponentCallbacks2 { |
| 81 | method @Deprecated @Nullable public final String getCallingFeatureId(); |
| 82 | } |
| 83 | |
Jeff Sharkey | 8b0cff7 | 2020-03-09 15:49:01 -0600 | [diff] [blame] | 84 | public abstract class ContentResolver { |
| 85 | method @Deprecated public void notifyChange(@NonNull Iterable<android.net.Uri>, @Nullable android.database.ContentObserver, int); |
| 86 | } |
| 87 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 88 | public abstract class Context { |
Philip P. Moltmann | 12ac3f4 | 2020-03-05 15:01:29 -0800 | [diff] [blame] | 89 | method @Deprecated @NonNull public android.content.Context createFeatureContext(@Nullable String); |
| 90 | method @Deprecated @Nullable public String getFeatureId(); |
Jeff Sharkey | cf3f0a1 | 2016-03-17 19:57:58 -0600 | [diff] [blame] | 91 | method public abstract android.content.SharedPreferences getSharedPreferences(java.io.File, int); |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 92 | method public abstract java.io.File getSharedPreferencesPath(String); |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 93 | } |
| 94 | |
Jeff Sharkey | b8b579e | 2017-11-22 12:34:08 -0700 | [diff] [blame] | 95 | public class ContextWrapper extends android.content.Context { |
| 96 | method public android.content.SharedPreferences getSharedPreferences(java.io.File, int); |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 97 | method public java.io.File getSharedPreferencesPath(String); |
Jeff Sharkey | b8b579e | 2017-11-22 12:34:08 -0700 | [diff] [blame] | 98 | } |
| 99 | |
Garfield Tan | ce1d0e9 | 2017-03-23 10:52:48 -0700 | [diff] [blame] | 100 | public class Intent implements java.lang.Cloneable android.os.Parcelable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 101 | field @Deprecated public static final String EXTRA_QUICK_VIEW_ADVANCED = "android.intent.extra.QUICK_VIEW_ADVANCED"; |
Garfield Tan | ce1d0e9 | 2017-03-23 10:52:48 -0700 | [diff] [blame] | 102 | } |
| 103 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 104 | } |
| 105 | |
Svetoslav | c6d1c34 | 2015-02-26 14:44:43 -0800 | [diff] [blame] | 106 | package android.content.pm { |
| 107 | |
| 108 | public class PackageInfo implements android.os.Parcelable { |
| 109 | field public static final int REQUESTED_PERMISSION_REQUIRED = 1; // 0x1 |
| 110 | } |
| 111 | |
Svetoslav Ganov | 345ffa5 | 2017-04-18 16:08:41 -0700 | [diff] [blame] | 112 | public abstract class PackageManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 113 | method public abstract boolean setInstantAppCookie(@Nullable byte[]); |
Svetoslav Ganov | 345ffa5 | 2017-04-18 16:08:41 -0700 | [diff] [blame] | 114 | } |
| 115 | |
Svetoslav Ganov | 0cb43ef | 2017-04-18 14:28:35 -0700 | [diff] [blame] | 116 | public final class SharedLibraryInfo implements android.os.Parcelable { |
| 117 | method public boolean isBuiltin(); |
| 118 | method public boolean isDynamic(); |
| 119 | method public boolean isStatic(); |
| 120 | } |
| 121 | |
Svetoslav | c6d1c34 | 2015-02-26 14:44:43 -0800 | [diff] [blame] | 122 | } |
| 123 | |
Jeff Brown | 8faab36 | 2015-04-09 18:52:52 -0700 | [diff] [blame] | 124 | package android.database { |
| 125 | |
| 126 | public abstract class AbstractCursor implements android.database.CrossProcessCursor { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 127 | field protected Long mCurrentRowID; |
Jeff Brown | 8faab36 | 2015-04-09 18:52:52 -0700 | [diff] [blame] | 128 | field protected int mRowIdColumnIndex; |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 129 | field protected java.util.HashMap<java.lang.Long,java.util.Map<java.lang.String,java.lang.Object>> mUpdatedRows; |
Jeff Brown | 8faab36 | 2015-04-09 18:52:52 -0700 | [diff] [blame] | 130 | } |
| 131 | |
| 132 | } |
| 133 | |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 134 | package android.graphics { |
| 135 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 136 | @Deprecated public class AvoidXfermode extends android.graphics.Xfermode { |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 137 | ctor public AvoidXfermode(int, int, android.graphics.AvoidXfermode.Mode); |
| 138 | } |
| 139 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 140 | public enum AvoidXfermode.Mode { |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 141 | enum_constant public static final android.graphics.AvoidXfermode.Mode AVOID; |
| 142 | enum_constant public static final android.graphics.AvoidXfermode.Mode TARGET; |
| 143 | } |
| 144 | |
Derek Sollenberger | b29b16e | 2017-01-04 14:57:43 -0500 | [diff] [blame] | 145 | public class Canvas { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 146 | method @Deprecated public boolean clipRegion(@NonNull android.graphics.Region, @NonNull android.graphics.Region.Op); |
| 147 | method @Deprecated public boolean clipRegion(@NonNull android.graphics.Region); |
| 148 | method @Deprecated public int save(int); |
| 149 | field @Deprecated public static final int CLIP_SAVE_FLAG = 2; // 0x2 |
| 150 | field @Deprecated public static final int CLIP_TO_LAYER_SAVE_FLAG = 16; // 0x10 |
| 151 | field @Deprecated public static final int FULL_COLOR_LAYER_SAVE_FLAG = 8; // 0x8 |
| 152 | field @Deprecated public static final int HAS_ALPHA_LAYER_SAVE_FLAG = 4; // 0x4 |
| 153 | field @Deprecated public static final int MATRIX_SAVE_FLAG = 1; // 0x1 |
Derek Sollenberger | b29b16e | 2017-01-04 14:57:43 -0500 | [diff] [blame] | 154 | } |
| 155 | |
Leon Scroggins III | 746a9fe | 2018-03-08 10:32:10 -0500 | [diff] [blame] | 156 | public final class ImageDecoder implements java.lang.AutoCloseable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 157 | method @Deprecated public boolean getAsAlphaMask(); |
| 158 | method @Deprecated public boolean getConserveMemory(); |
| 159 | method @Deprecated public boolean getDecodeAsAlphaMask(); |
| 160 | method @Deprecated public boolean getMutable(); |
| 161 | method @Deprecated public boolean getRequireUnpremultiplied(); |
| 162 | method @Deprecated public android.graphics.ImageDecoder setAsAlphaMask(boolean); |
| 163 | method @Deprecated public void setConserveMemory(boolean); |
| 164 | method @Deprecated public android.graphics.ImageDecoder setDecodeAsAlphaMask(boolean); |
| 165 | method @Deprecated public android.graphics.ImageDecoder setMutable(boolean); |
| 166 | method @Deprecated public android.graphics.ImageDecoder setRequireUnpremultiplied(boolean); |
| 167 | method @Deprecated public android.graphics.ImageDecoder setResize(int, int); |
| 168 | method @Deprecated public android.graphics.ImageDecoder setResize(int); |
| 169 | field @Deprecated public static final int ERROR_SOURCE_ERROR = 3; // 0x3 |
| 170 | field @Deprecated public static final int ERROR_SOURCE_EXCEPTION = 1; // 0x1 |
| 171 | field @Deprecated public static final int ERROR_SOURCE_INCOMPLETE = 2; // 0x2 |
Leon Scroggins III | 746a9fe | 2018-03-08 10:32:10 -0500 | [diff] [blame] | 172 | } |
| 173 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 174 | @Deprecated public static class ImageDecoder.IncompleteException extends java.io.IOException { |
Leon Scroggins III | 1d2bf2b | 2018-03-14 16:07:43 -0400 | [diff] [blame] | 175 | ctor public ImageDecoder.IncompleteException(); |
| 176 | } |
| 177 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 178 | @Deprecated public class LayerRasterizer extends android.graphics.Rasterizer { |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 179 | ctor public LayerRasterizer(); |
| 180 | method public void addLayer(android.graphics.Paint, float, float); |
| 181 | method public void addLayer(android.graphics.Paint); |
| 182 | } |
| 183 | |
| 184 | public class Paint { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 185 | method @Deprecated public android.graphics.Rasterizer getRasterizer(); |
| 186 | method @Deprecated public android.graphics.Rasterizer setRasterizer(android.graphics.Rasterizer); |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 187 | } |
| 188 | |
Mike Reed | 99a83d2 | 2018-02-26 15:42:00 -0500 | [diff] [blame] | 189 | public class Picture { |
John Reck | 5cca8f2 | 2018-12-10 17:06:22 -0800 | [diff] [blame] | 190 | method @Deprecated public static android.graphics.Picture createFromStream(@NonNull java.io.InputStream); |
| 191 | method @Deprecated public void writeToStream(@NonNull java.io.OutputStream); |
Mike Reed | 99a83d2 | 2018-02-26 15:42:00 -0500 | [diff] [blame] | 192 | } |
| 193 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 194 | @Deprecated public class PixelXorXfermode extends android.graphics.Xfermode { |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 195 | ctor public PixelXorXfermode(int); |
| 196 | } |
| 197 | |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 198 | public class Rasterizer { |
| 199 | ctor public Rasterizer(); |
| 200 | } |
| 201 | |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 202 | } |
| 203 | |
Leon Scroggins III | 6de55b8 | 2018-02-23 16:11:37 -0500 | [diff] [blame] | 204 | package android.graphics.drawable { |
| 205 | |
| 206 | public class AnimatedImageDrawable extends android.graphics.drawable.Drawable implements android.graphics.drawable.Animatable2 { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 207 | method @Deprecated public int getLoopCount(int); |
| 208 | method @Deprecated public void setLoopCount(int); |
| 209 | field @Deprecated public static final int LOOP_INFINITE = -1; // 0xffffffff |
Leon Scroggins III | 6de55b8 | 2018-02-23 16:11:37 -0500 | [diff] [blame] | 210 | } |
| 211 | |
| 212 | } |
| 213 | |
Peng Xu | 3c8c6a4 | 2017-04-06 18:37:56 -0700 | [diff] [blame] | 214 | package android.hardware { |
| 215 | |
| 216 | public final class SensorDirectChannel implements java.nio.channels.Channel { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 217 | method @Deprecated public boolean isValid(); |
Peng Xu | 3c8c6a4 | 2017-04-06 18:37:56 -0700 | [diff] [blame] | 218 | } |
| 219 | |
Peng Xu | 3c8c6a4 | 2017-04-06 18:37:56 -0700 | [diff] [blame] | 220 | } |
| 221 | |
Victor Chang | 8d69313 | 2019-05-03 14:28:20 +0100 | [diff] [blame] | 222 | package android.icu.util { |
| 223 | |
| 224 | public class JapaneseCalendar extends android.icu.util.GregorianCalendar { |
Nikita Iashchenko | 476db6e | 2019-07-25 19:14:24 +0100 | [diff] [blame] | 225 | field @Deprecated public static final int CURRENT_ERA; |
Victor Chang | 8d69313 | 2019-05-03 14:28:20 +0100 | [diff] [blame] | 226 | } |
| 227 | |
| 228 | } |
| 229 | |
Yu Liu | b87243c | 2017-04-18 16:08:29 -0700 | [diff] [blame] | 230 | package android.location { |
| 231 | |
| 232 | public class Location implements android.os.Parcelable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 233 | method @Deprecated public void removeBearingAccuracy(); |
| 234 | method @Deprecated public void removeSpeedAccuracy(); |
| 235 | method @Deprecated public void removeVerticalAccuracy(); |
Yu Liu | b87243c | 2017-04-18 16:08:29 -0700 | [diff] [blame] | 236 | } |
| 237 | |
| 238 | } |
| 239 | |
Glenn Kasten | 1aa74e4 | 2014-05-19 10:11:19 -0700 | [diff] [blame] | 240 | package android.media { |
| 241 | |
Jeff Sharkey | 50d1c04 | 2016-02-29 16:34:46 -0700 | [diff] [blame] | 242 | public final class AudioFormat implements android.os.Parcelable { |
Glenn Kasten | 1aa74e4 | 2014-05-19 10:11:19 -0700 | [diff] [blame] | 243 | ctor public AudioFormat(); |
| 244 | } |
| 245 | |
| 246 | } |
| 247 | |
Dongwon Kang | e12d810 | 2016-03-04 16:45:39 -0800 | [diff] [blame] | 248 | package android.media.tv { |
| 249 | |
| 250 | public class TvView extends android.view.ViewGroup { |
| 251 | method public void requestUnblockContent(android.media.tv.TvContentRating); |
| 252 | } |
| 253 | |
| 254 | } |
| 255 | |
Narayan Kamath | 406e1ed | 2014-12-10 18:55:12 +0000 | [diff] [blame] | 256 | package android.net { |
| 257 | |
Lorenzo Colitti | 2187df7 | 2016-12-09 18:39:30 +0900 | [diff] [blame] | 258 | public class ConnectivityManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 259 | method @Deprecated public boolean requestRouteToHost(int, int); |
| 260 | method @Deprecated public int startUsingNetworkFeature(int, String); |
| 261 | method @Deprecated public int stopUsingNetworkFeature(int, String); |
Lorenzo Colitti | 2187df7 | 2016-12-09 18:39:30 +0900 | [diff] [blame] | 262 | } |
| 263 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 264 | @Deprecated public class NetworkBadging { |
| 265 | method @NonNull public static android.graphics.drawable.Drawable getWifiIcon(@IntRange(from=0, to=4) int, int, @Nullable android.content.res.Resources.Theme); |
Joe LaPenna | 2c60ef0 | 2017-05-01 09:46:01 -0700 | [diff] [blame] | 266 | field public static final int BADGING_4K = 30; // 0x1e |
| 267 | field public static final int BADGING_HD = 20; // 0x14 |
| 268 | field public static final int BADGING_NONE = 0; // 0x0 |
| 269 | field public static final int BADGING_SD = 10; // 0xa |
| 270 | } |
| 271 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 272 | @IntDef({0x0, 0xa, 0x14, 0x1e}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface NetworkBadging.Badging { |
Jeff Sharkey | b8b579e | 2017-11-22 12:34:08 -0700 | [diff] [blame] | 273 | } |
| 274 | |
Adam Vartanian | 6caa816 | 2019-01-18 15:42:43 +0000 | [diff] [blame] | 275 | @Deprecated public class SSLCertificateSocketFactory extends javax.net.ssl.SSLSocketFactory { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 276 | method @Deprecated public static org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache); |
Narayan Kamath | 406e1ed | 2014-12-10 18:55:12 +0000 | [diff] [blame] | 277 | } |
| 278 | |
Jeff Sharkey | 121d565 | 2018-03-26 13:11:33 -0600 | [diff] [blame] | 279 | public class TrafficStats { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 280 | method @Deprecated public static void setThreadStatsUidSelf(); |
Jeff Sharkey | 121d565 | 2018-03-26 13:11:33 -0600 | [diff] [blame] | 281 | } |
| 282 | |
Narayan Kamath | 406e1ed | 2014-12-10 18:55:12 +0000 | [diff] [blame] | 283 | } |
| 284 | |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 285 | package android.os { |
| 286 | |
Jeff Brown | 6e53931 | 2015-02-24 18:53:21 -0800 | [diff] [blame] | 287 | public class BatteryManager { |
| 288 | ctor public BatteryManager(); |
| 289 | } |
| 290 | |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 291 | public final class PowerManager { |
| 292 | method public void goToSleep(long); |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 293 | method @Deprecated public void userActivity(long, boolean); |
Michael Wright | e300104 | 2019-02-05 00:13:14 +0000 | [diff] [blame] | 294 | method @Deprecated public void wakeUp(long); |
Jeff Brown | 7d82751 | 2014-08-21 21:56:02 -0700 | [diff] [blame] | 295 | } |
| 296 | |
Andreas Gampe | 70e21e6 | 2015-03-18 16:13:33 -0700 | [diff] [blame] | 297 | public class RecoverySystem { |
| 298 | ctor public RecoverySystem(); |
| 299 | } |
| 300 | |
Kurt Nelson | 72534b7 | 2018-02-22 11:21:15 -0800 | [diff] [blame] | 301 | public static final class StrictMode.ThreadPolicy.Builder { |
Jeff Sharkey | a30e5c3 | 2019-02-28 12:02:10 -0700 | [diff] [blame] | 302 | method @NonNull public android.os.StrictMode.ThreadPolicy.Builder penaltyListener(@NonNull android.os.StrictMode.OnThreadViolationListener, @NonNull java.util.concurrent.Executor); |
Kurt Nelson | 72534b7 | 2018-02-22 11:21:15 -0800 | [diff] [blame] | 303 | } |
| 304 | |
| 305 | public static final class StrictMode.VmPolicy.Builder { |
Jeff Sharkey | a30e5c3 | 2019-02-28 12:02:10 -0700 | [diff] [blame] | 306 | method @NonNull public android.os.StrictMode.VmPolicy.Builder penaltyListener(@NonNull android.os.StrictMode.OnVmViolationListener, @NonNull java.util.concurrent.Executor); |
Kurt Nelson | 72534b7 | 2018-02-22 11:21:15 -0800 | [diff] [blame] | 307 | } |
| 308 | |
Jeff Sharkey | 9911a28 | 2018-02-14 22:29:11 -0700 | [diff] [blame] | 309 | public final class SystemClock { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 310 | method @NonNull public static java.time.Clock elapsedRealtimeClock(); |
| 311 | method @NonNull public static java.time.Clock uptimeClock(); |
Jeff Sharkey | 9911a28 | 2018-02-14 22:29:11 -0700 | [diff] [blame] | 312 | } |
| 313 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 314 | public class TestLooperManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 315 | method @Deprecated public android.os.MessageQueue getQueue(); |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 316 | } |
| 317 | |
Svetoslav | c7d62f0 | 2014-09-04 15:39:54 -0700 | [diff] [blame] | 318 | public class UserManager { |
| 319 | method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int); |
| 320 | method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle); |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 321 | method public CharSequence getBadgedLabelForUser(CharSequence, android.os.UserHandle); |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 322 | } |
| 323 | |
| 324 | } |
| 325 | |
Jeff Sharkey | c02bfae | 2016-03-27 15:06:53 -0600 | [diff] [blame] | 326 | package android.os.storage { |
| 327 | |
| 328 | public class StorageManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 329 | method @NonNull public android.os.storage.StorageVolume getPrimaryVolume(); |
| 330 | method @NonNull public android.os.storage.StorageVolume[] getVolumeList(); |
Jeff Sharkey | c02bfae | 2016-03-27 15:06:53 -0600 | [diff] [blame] | 331 | } |
| 332 | |
| 333 | } |
| 334 | |
Svetoslav | dbbeeb3 | 2015-02-18 19:16:25 -0800 | [diff] [blame] | 335 | package android.provider { |
| 336 | |
Svetoslav | bfa216a | 2015-06-05 14:20:50 -0700 | [diff] [blame] | 337 | public class Browser { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 338 | method @RequiresPermission(allOf={"com.android.browser.permission.READ_HISTORY_BOOKMARKS", "com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"}, apis="..22") public static final void addSearchUrl(android.content.ContentResolver, String); |
| 339 | method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..22") public static final boolean canClearHistory(android.content.ContentResolver); |
| 340 | method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void clearHistory(android.content.ContentResolver); |
| 341 | method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void clearSearches(android.content.ContentResolver); |
| 342 | method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void deleteFromHistory(android.content.ContentResolver, String); |
| 343 | method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void deleteHistoryTimeFrame(android.content.ContentResolver, long, long); |
| 344 | method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..22") public static final android.database.Cursor getAllBookmarks(android.content.ContentResolver) throws java.lang.IllegalStateException; |
| 345 | method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..22") public static final android.database.Cursor getAllVisitedUrls(android.content.ContentResolver) throws java.lang.IllegalStateException; |
| 346 | method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..22") public static final void requestAllIcons(android.content.ContentResolver, String, android.webkit.WebIconDatabase.IconListener); |
| 347 | method public static final void saveBookmark(android.content.Context, String, String); |
| 348 | method @RequiresPermission(allOf={"com.android.browser.permission.READ_HISTORY_BOOKMARKS", "com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"}, apis="..22") public static final void truncateHistory(android.content.ContentResolver); |
| 349 | method @RequiresPermission(allOf={"com.android.browser.permission.READ_HISTORY_BOOKMARKS", "com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"}, apis="..22") public static final void updateVisitedHistory(android.content.ContentResolver, String, boolean); |
| 350 | field @RequiresPermission.Read(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..22") @RequiresPermission.Write(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final android.net.Uri BOOKMARKS_URI; |
| 351 | field public static final String[] HISTORY_PROJECTION; |
Svetoslav | bfa216a | 2015-06-05 14:20:50 -0700 | [diff] [blame] | 352 | field public static final int HISTORY_PROJECTION_BOOKMARK_INDEX = 4; // 0x4 |
| 353 | field public static final int HISTORY_PROJECTION_DATE_INDEX = 3; // 0x3 |
| 354 | field public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6; // 0x6 |
| 355 | field public static final int HISTORY_PROJECTION_ID_INDEX = 0; // 0x0 |
| 356 | field public static final int HISTORY_PROJECTION_TITLE_INDEX = 5; // 0x5 |
| 357 | field public static final int HISTORY_PROJECTION_URL_INDEX = 1; // 0x1 |
| 358 | field public static final int HISTORY_PROJECTION_VISITS_INDEX = 2; // 0x2 |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 359 | field public static final String[] SEARCHES_PROJECTION; |
Svetoslav | bfa216a | 2015-06-05 14:20:50 -0700 | [diff] [blame] | 360 | field public static final int SEARCHES_PROJECTION_DATE_INDEX = 2; // 0x2 |
| 361 | field public static final int SEARCHES_PROJECTION_SEARCH_INDEX = 1; // 0x1 |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 362 | field @RequiresPermission.Read(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..22") @RequiresPermission.Write(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final android.net.Uri SEARCHES_URI; |
| 363 | field public static final String[] TRUNCATE_HISTORY_PROJECTION; |
Svetoslav | bfa216a | 2015-06-05 14:20:50 -0700 | [diff] [blame] | 364 | field public static final int TRUNCATE_HISTORY_PROJECTION_ID_INDEX = 0; // 0x0 |
| 365 | field public static final int TRUNCATE_N_OLDEST = 5; // 0x5 |
| 366 | } |
| 367 | |
| 368 | public static class Browser.BookmarkColumns implements android.provider.BaseColumns { |
| 369 | ctor public Browser.BookmarkColumns(); |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 370 | field public static final String BOOKMARK = "bookmark"; |
| 371 | field public static final String CREATED = "created"; |
| 372 | field public static final String DATE = "date"; |
| 373 | field public static final String FAVICON = "favicon"; |
| 374 | field public static final String TITLE = "title"; |
| 375 | field public static final String URL = "url"; |
| 376 | field public static final String VISITS = "visits"; |
| 377 | field public static final String _COUNT = "_count"; |
| 378 | field public static final String _ID = "_id"; |
Svetoslav | bfa216a | 2015-06-05 14:20:50 -0700 | [diff] [blame] | 379 | } |
| 380 | |
| 381 | public static class Browser.SearchColumns implements android.provider.BaseColumns { |
| 382 | ctor public Browser.SearchColumns(); |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 383 | field public static final String DATE = "date"; |
| 384 | field public static final String SEARCH = "search"; |
| 385 | field @Deprecated public static final String URL = "url"; |
| 386 | field public static final String _COUNT = "_count"; |
| 387 | field public static final String _ID = "_id"; |
Svetoslav | bfa216a | 2015-06-05 14:20:50 -0700 | [diff] [blame] | 388 | } |
| 389 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 390 | @Deprecated public static final class ContactsContract.Contacts.StreamItems implements android.provider.ContactsContract.StreamItemsColumns { |
| 391 | field @Deprecated public static final String CONTENT_DIRECTORY = "stream_items"; |
Svetoslav Ganov | 6d2c0e5 | 2015-06-23 16:33:36 +0000 | [diff] [blame] | 392 | } |
| 393 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 394 | @Deprecated public static final class ContactsContract.RawContacts.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns { |
| 395 | field @Deprecated public static final String CONTENT_DIRECTORY = "stream_items"; |
| 396 | field public static final String _COUNT = "_count"; |
| 397 | field public static final String _ID = "_id"; |
Svetoslav Ganov | 6d2c0e5 | 2015-06-23 16:33:36 +0000 | [diff] [blame] | 398 | } |
| 399 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 400 | @Deprecated public static final class ContactsContract.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns { |
| 401 | field @Deprecated public static final String PHOTO = "photo"; |
| 402 | field public static final String _COUNT = "_count"; |
| 403 | field public static final String _ID = "_id"; |
Svetoslav Ganov | 6d2c0e5 | 2015-06-23 16:33:36 +0000 | [diff] [blame] | 404 | } |
| 405 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 406 | @Deprecated protected static interface ContactsContract.StreamItemPhotosColumns { |
| 407 | field @Deprecated public static final String PHOTO_FILE_ID = "photo_file_id"; |
| 408 | field @Deprecated public static final String PHOTO_URI = "photo_uri"; |
| 409 | field @Deprecated public static final String SORT_INDEX = "sort_index"; |
| 410 | field @Deprecated public static final String STREAM_ITEM_ID = "stream_item_id"; |
| 411 | field @Deprecated public static final String SYNC1 = "stream_item_photo_sync1"; |
| 412 | field @Deprecated public static final String SYNC2 = "stream_item_photo_sync2"; |
| 413 | field @Deprecated public static final String SYNC3 = "stream_item_photo_sync3"; |
| 414 | field @Deprecated public static final String SYNC4 = "stream_item_photo_sync4"; |
Svetoslav Ganov | 6d2c0e5 | 2015-06-23 16:33:36 +0000 | [diff] [blame] | 415 | } |
| 416 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 417 | @Deprecated public static final class ContactsContract.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns { |
| 418 | field @Deprecated public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item"; |
| 419 | field @Deprecated public static final android.net.Uri CONTENT_LIMIT_URI; |
| 420 | field @Deprecated public static final android.net.Uri CONTENT_PHOTO_URI; |
| 421 | field @Deprecated public static final String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item"; |
| 422 | field @Deprecated public static final android.net.Uri CONTENT_URI; |
| 423 | field @Deprecated public static final String MAX_ITEMS = "max_items"; |
| 424 | field public static final String _COUNT = "_count"; |
| 425 | field public static final String _ID = "_id"; |
Svetoslav Ganov | 6d2c0e5 | 2015-06-23 16:33:36 +0000 | [diff] [blame] | 426 | } |
| 427 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 428 | @Deprecated public static final class ContactsContract.StreamItems.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns { |
| 429 | field @Deprecated public static final String CONTENT_DIRECTORY = "photo"; |
| 430 | field @Deprecated public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item_photo"; |
| 431 | field @Deprecated public static final String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item_photo"; |
| 432 | field public static final String _COUNT = "_count"; |
| 433 | field public static final String _ID = "_id"; |
Svetoslav Ganov | 6d2c0e5 | 2015-06-23 16:33:36 +0000 | [diff] [blame] | 434 | } |
| 435 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 436 | @Deprecated protected static interface ContactsContract.StreamItemsColumns { |
| 437 | field @Deprecated public static final String ACCOUNT_NAME = "account_name"; |
| 438 | field @Deprecated public static final String ACCOUNT_TYPE = "account_type"; |
| 439 | field @Deprecated public static final String COMMENTS = "comments"; |
| 440 | field @Deprecated public static final String CONTACT_ID = "contact_id"; |
| 441 | field @Deprecated public static final String CONTACT_LOOKUP_KEY = "contact_lookup"; |
| 442 | field @Deprecated public static final String DATA_SET = "data_set"; |
| 443 | field @Deprecated public static final String RAW_CONTACT_ID = "raw_contact_id"; |
| 444 | field @Deprecated public static final String RAW_CONTACT_SOURCE_ID = "raw_contact_source_id"; |
| 445 | field @Deprecated public static final String RES_ICON = "icon"; |
| 446 | field @Deprecated public static final String RES_LABEL = "label"; |
| 447 | field @Deprecated public static final String RES_PACKAGE = "res_package"; |
| 448 | field @Deprecated public static final String SYNC1 = "stream_item_sync1"; |
| 449 | field @Deprecated public static final String SYNC2 = "stream_item_sync2"; |
| 450 | field @Deprecated public static final String SYNC3 = "stream_item_sync3"; |
| 451 | field @Deprecated public static final String SYNC4 = "stream_item_sync4"; |
| 452 | field @Deprecated public static final String TEXT = "text"; |
| 453 | field @Deprecated public static final String TIMESTAMP = "timestamp"; |
Svetoslav Ganov | 6d2c0e5 | 2015-06-23 16:33:36 +0000 | [diff] [blame] | 454 | } |
| 455 | |
Jeff Sharkey | fc24615 | 2019-04-12 11:52:16 -0600 | [diff] [blame] | 456 | public static interface MediaStore.Audio.AudioColumns extends android.provider.MediaStore.MediaColumns { |
Jeff Sharkey | 7b75fe5 | 2019-10-18 18:55:36 -0600 | [diff] [blame] | 457 | field public static final String ALBUM = "album"; |
| 458 | field public static final String ARTIST = "artist"; |
| 459 | field public static final String COMPOSER = "composer"; |
Jeff Sharkey | fc24615 | 2019-04-12 11:52:16 -0600 | [diff] [blame] | 460 | field public static final String DURATION = "duration"; |
| 461 | } |
| 462 | |
Sudheer Shanka | 3c60d28 | 2019-04-12 15:05:33 -0700 | [diff] [blame] | 463 | public static interface MediaStore.DownloadColumns extends android.provider.MediaStore.MediaColumns { |
| 464 | field @Deprecated public static final String DESCRIPTION = "description"; |
| 465 | } |
| 466 | |
Jeff Sharkey | 7b75fe5 | 2019-10-18 18:55:36 -0600 | [diff] [blame] | 467 | public static interface MediaStore.Files.FileColumns extends android.provider.MediaStore.MediaColumns { |
| 468 | field public static final String TITLE = "title"; |
| 469 | } |
| 470 | |
Jeff Sharkey | fc24615 | 2019-04-12 11:52:16 -0600 | [diff] [blame] | 471 | public static interface MediaStore.Images.ImageColumns extends android.provider.MediaStore.MediaColumns { |
| 472 | field public static final String BUCKET_DISPLAY_NAME = "bucket_display_name"; |
| 473 | field public static final String BUCKET_ID = "bucket_id"; |
| 474 | field public static final String DATE_TAKEN = "datetaken"; |
| 475 | field public static final String GROUP_ID = "group_id"; |
| 476 | field public static final String ORIENTATION = "orientation"; |
| 477 | } |
| 478 | |
Jeff Sharkey | c62b0ac | 2019-02-07 16:17:13 -0700 | [diff] [blame] | 479 | public static interface MediaStore.MediaColumns extends android.provider.BaseColumns { |
Jeff Sharkey | 5e1ca0e | 2019-04-17 13:34:44 -0600 | [diff] [blame] | 480 | field @Deprecated public static final String GROUP_ID = "group_id"; |
Jeff Sharkey | c62b0ac | 2019-02-07 16:17:13 -0700 | [diff] [blame] | 481 | } |
| 482 | |
Jeff Sharkey | fc24615 | 2019-04-12 11:52:16 -0600 | [diff] [blame] | 483 | public static interface MediaStore.Video.VideoColumns extends android.provider.MediaStore.MediaColumns { |
Jeff Sharkey | 7b75fe5 | 2019-10-18 18:55:36 -0600 | [diff] [blame] | 484 | field public static final String ALBUM = "album"; |
| 485 | field public static final String ARTIST = "artist"; |
Jeff Sharkey | fc24615 | 2019-04-12 11:52:16 -0600 | [diff] [blame] | 486 | field public static final String BUCKET_DISPLAY_NAME = "bucket_display_name"; |
| 487 | field public static final String BUCKET_ID = "bucket_id"; |
| 488 | field public static final String DATE_TAKEN = "datetaken"; |
| 489 | field public static final String DURATION = "duration"; |
| 490 | field public static final String GROUP_ID = "group_id"; |
Jeff Sharkey | 7b75fe5 | 2019-10-18 18:55:36 -0600 | [diff] [blame] | 491 | field public static final String RESOLUTION = "resolution"; |
Jeff Sharkey | fc24615 | 2019-04-12 11:52:16 -0600 | [diff] [blame] | 492 | } |
| 493 | |
Tingting Wang | e0cbda4 | 2016-05-10 15:39:37 -0700 | [diff] [blame] | 494 | public static final class Settings.Global extends android.provider.Settings.NameValueTable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 495 | field @Deprecated public static final String CONTACT_METADATA_SYNC = "contact_metadata_sync"; |
Tingting Wang | e0cbda4 | 2016-05-10 15:39:37 -0700 | [diff] [blame] | 496 | } |
| 497 | |
Svetoslav | dbbeeb3 | 2015-02-18 19:16:25 -0800 | [diff] [blame] | 498 | public static final class Settings.System extends android.provider.Settings.NameValueTable { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 499 | field public static final String APPEND_FOR_LAST_AUDIBLE = "_last_audible"; |
| 500 | field public static final String VOLUME_ALARM = "volume_alarm"; |
| 501 | field public static final String VOLUME_BLUETOOTH_SCO = "volume_bluetooth_sco"; |
| 502 | field public static final String VOLUME_MUSIC = "volume_music"; |
| 503 | field public static final String VOLUME_NOTIFICATION = "volume_notification"; |
| 504 | field public static final String VOLUME_RING = "volume_ring"; |
| 505 | field public static final String[] VOLUME_SETTINGS; |
| 506 | field public static final String VOLUME_SYSTEM = "volume_system"; |
| 507 | field public static final String VOLUME_VOICE = "volume_voice"; |
Svetoslav | dbbeeb3 | 2015-02-18 19:16:25 -0800 | [diff] [blame] | 508 | } |
| 509 | |
| 510 | } |
| 511 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 512 | package android.speech.tts { |
| 513 | |
| 514 | public abstract class UtteranceProgressListener { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 515 | method @Deprecated public void onUtteranceRangeStart(String, int, int); |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 516 | } |
| 517 | |
| 518 | } |
| 519 | |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 520 | package android.telephony { |
| 521 | |
| 522 | public class NetworkScan { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 523 | method @Deprecated public void stop() throws android.os.RemoteException; |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 524 | } |
| 525 | |
| 526 | public class TelephonyManager { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 527 | method @Deprecated @RequiresPermission(android.Manifest.permission.ACCESS_COARSE_LOCATION) public java.util.List<android.telephony.NeighboringCellInfo> getNeighboringCellInfo(); |
Hall Liu | ee31373 | 2018-11-27 14:36:51 -0800 | [diff] [blame] | 528 | method @Deprecated @RequiresPermission(allOf={android.Manifest.permission.MODIFY_PHONE_STATE, android.Manifest.permission.ACCESS_FINE_LOCATION}) public android.telephony.NetworkScan requestNetworkScan(android.telephony.NetworkScanRequest, android.telephony.TelephonyScanManager.NetworkScanCallback); |
Jeff Sharkey | 3990ee1 | 2018-04-11 10:19:55 -0600 | [diff] [blame] | 529 | } |
| 530 | |
| 531 | } |
| 532 | |
Narayan Kamath | 9d68b3c | 2014-10-22 12:55:58 +0100 | [diff] [blame] | 533 | package android.text.format { |
| 534 | |
| 535 | public class DateFormat { |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 536 | field @Deprecated public static final char AM_PM = 97; // 0x0061 'a' |
| 537 | field @Deprecated public static final char CAPITAL_AM_PM = 65; // 0x0041 'A' |
| 538 | field @Deprecated public static final char DATE = 100; // 0x0064 'd' |
| 539 | field @Deprecated public static final char DAY = 69; // 0x0045 'E' |
| 540 | field @Deprecated public static final char HOUR = 104; // 0x0068 'h' |
| 541 | field @Deprecated public static final char HOUR_OF_DAY = 107; // 0x006b 'k' |
| 542 | field @Deprecated public static final char MINUTE = 109; // 0x006d 'm' |
| 543 | field @Deprecated public static final char MONTH = 77; // 0x004d 'M' |
| 544 | field @Deprecated public static final char QUOTE = 39; // 0x0027 '\'' |
| 545 | field @Deprecated public static final char SECONDS = 115; // 0x0073 's' |
| 546 | field @Deprecated public static final char STANDALONE_MONTH = 76; // 0x004c 'L' |
| 547 | field @Deprecated public static final char TIME_ZONE = 122; // 0x007a 'z' |
| 548 | field @Deprecated public static final char YEAR = 121; // 0x0079 'y' |
Narayan Kamath | 9d68b3c | 2014-10-22 12:55:58 +0100 | [diff] [blame] | 549 | } |
| 550 | |
| 551 | } |
| 552 | |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 553 | package android.text.style { |
| 554 | |
| 555 | public class RasterizerSpan extends android.text.style.CharacterStyle implements android.text.style.UpdateAppearance { |
| 556 | ctor public RasterizerSpan(android.graphics.Rasterizer); |
| 557 | method public android.graphics.Rasterizer getRasterizer(); |
Jeff Sharkey | b8b579e | 2017-11-22 12:34:08 -0700 | [diff] [blame] | 558 | method public void updateDrawState(android.text.TextPaint); |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 559 | } |
| 560 | |
| 561 | } |
| 562 | |
Neil Fuller | d6a2135 | 2015-02-12 10:13:45 +0000 | [diff] [blame] | 563 | package android.util { |
| 564 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 565 | @Deprecated public class FloatMath { |
Neil Fuller | d6a2135 | 2015-02-12 10:13:45 +0000 | [diff] [blame] | 566 | method public static float ceil(float); |
| 567 | method public static float cos(float); |
| 568 | method public static float exp(float); |
| 569 | method public static float floor(float); |
| 570 | method public static float hypot(float, float); |
| 571 | method public static float pow(float, float); |
| 572 | method public static float sin(float); |
| 573 | method public static float sqrt(float); |
| 574 | } |
| 575 | |
| 576 | } |
| 577 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 578 | package android.view { |
| 579 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 580 | @UiThread public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { |
Adam Powell | 5eb3ffc | 2014-09-11 15:38:55 -0700 | [diff] [blame] | 581 | method protected void initializeFadingEdge(android.content.res.TypedArray); |
| 582 | method protected void initializeScrollbars(android.content.res.TypedArray); |
| 583 | } |
| 584 | |
Aaron Whyte | f830652 | 2017-03-22 16:30:58 -0700 | [diff] [blame] | 585 | public class ViewConfiguration { |
| 586 | method public int getScaledScrollFactor(); |
| 587 | } |
| 588 | |
Jorim Jaggi | e411fdf | 2014-07-28 23:00:44 +0200 | [diff] [blame] | 589 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 590 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 591 | } |
| 592 | |
| 593 | } |
| 594 | |
Michael Wright | 1ad3955 | 2016-04-27 13:07:18 -0400 | [diff] [blame] | 595 | package android.webkit { |
| 596 | |
| 597 | public class WebViewClient { |
| 598 | method public void onUnhandledInputEvent(android.webkit.WebView, android.view.InputEvent); |
| 599 | } |
| 600 | |
| 601 | } |
| 602 | |
Alan Viverette | 5171dee | 2014-09-11 16:33:01 -0700 | [diff] [blame] | 603 | package android.widget { |
| 604 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 605 | @android.widget.RemoteViews.RemoteView public class ListView extends android.widget.AbsListView { |
| 606 | method protected <T extends android.view.View> T findViewTraversal(@IdRes int); |
| 607 | method protected <T extends android.view.View> T findViewWithTagTraversal(Object); |
Jeff Sharkey | b8b579e | 2017-11-22 12:34:08 -0700 | [diff] [blame] | 608 | } |
| 609 | |
Ian Pedowitz | cece8d3 | 2019-05-12 19:44:49 +0000 | [diff] [blame] | 610 | public class PopupWindow { |
| 611 | method @Deprecated public boolean isClipToScreenEnabled(); |
| 612 | method @Deprecated public boolean isLayoutInScreenEnabled(); |
| 613 | method @Deprecated public void setClipToScreenEnabled(boolean); |
| 614 | method @Deprecated public void setLayoutInScreenEnabled(boolean); |
| 615 | } |
| 616 | |
Tor Norbye | 68ea0c3 | 2018-12-26 19:55:07 -0800 | [diff] [blame] | 617 | @android.widget.RemoteViews.RemoteView public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener { |
Alan Viverette | 5171dee | 2014-09-11 16:33:01 -0700 | [diff] [blame] | 618 | method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int); |
| 619 | method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray); |
| 620 | } |
| 621 | |
| 622 | } |
| 623 | |