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