Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 1 | package android.app { |
| 2 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 3 | public class Activity extends android.view.ContextThemeWrapper implements android.content.ComponentCallbacks2 android.view.KeyEvent.Callback android.view.LayoutInflater.Factory2 android.view.View.OnCreateContextMenuListener android.view.Window.Callback { |
| 4 | method public deprecated boolean enterPictureInPictureMode(android.app.PictureInPictureArgs); |
| 5 | method public deprecated void setPictureInPictureArgs(android.app.PictureInPictureArgs); |
| 6 | } |
| 7 | |
| 8 | public class ActivityManager { |
| 9 | method public static deprecated int getMaxNumPictureInPictureActions(); |
| 10 | } |
| 11 | |
| 12 | public class KeyguardManager { |
| 13 | method public deprecated void dismissKeyguard(android.app.Activity, android.app.KeyguardManager.KeyguardDismissCallback, android.os.Handler); |
| 14 | } |
| 15 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 16 | public class Notification implements android.os.Parcelable { |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 17 | method public deprecated java.lang.String getChannel(); |
| 18 | method public deprecated long getTimeout(); |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 19 | method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent); |
| 20 | } |
| 21 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 22 | public static class Notification.Builder { |
| 23 | method public deprecated android.app.Notification.Builder setChannel(java.lang.String); |
| 24 | method public deprecated android.app.Notification.Builder setTimeout(long); |
| 25 | } |
| 26 | |
| 27 | public static final class Notification.TvExtender implements android.app.Notification.Extender { |
| 28 | method public deprecated java.lang.String getChannel(); |
| 29 | } |
| 30 | |
| 31 | public final deprecated class PictureInPictureArgs implements android.os.Parcelable { |
| 32 | method public static android.app.PictureInPictureArgs convert(android.app.PictureInPictureParams); |
| 33 | method public static android.app.PictureInPictureParams convert(android.app.PictureInPictureArgs); |
| 34 | method public void copyOnlySet(android.app.PictureInPictureArgs); |
| 35 | method public java.util.List<android.app.RemoteAction> getActions(); |
| 36 | method public float getAspectRatio(); |
| 37 | method public android.util.Rational getAspectRatioRational(); |
| 38 | method public android.graphics.Rect getSourceRectHint(); |
| 39 | method public android.graphics.Rect getSourceRectHintInsets(); |
| 40 | method public boolean hasSetActions(); |
| 41 | method public boolean hasSetAspectRatio(); |
| 42 | method public boolean hasSourceBoundsHint(); |
| 43 | method public boolean hasSourceBoundsHintInsets(); |
| 44 | method public deprecated void setSourceRectHintInsets(android.graphics.Rect); |
| 45 | method public void truncateActions(int); |
| 46 | field public static final android.os.Parcelable.Creator<android.app.PictureInPictureArgs> CREATOR; |
| 47 | } |
| 48 | |
| 49 | public static class PictureInPictureArgs.Builder { |
| 50 | ctor public PictureInPictureArgs.Builder(); |
| 51 | method public android.app.PictureInPictureArgs build(); |
| 52 | method public android.app.PictureInPictureArgs.Builder setActions(java.util.List<android.app.RemoteAction>); |
| 53 | method public android.app.PictureInPictureArgs.Builder setAspectRatio(android.util.Rational); |
| 54 | method public android.app.PictureInPictureArgs.Builder setSourceRectHint(android.graphics.Rect); |
| 55 | } |
| 56 | |
Jeff Sharkey | 780861f | 2017-03-20 14:38:04 -0600 | [diff] [blame] | 57 | public final class RecoverableSecurityException extends java.lang.SecurityException implements android.os.Parcelable { |
| 58 | method public deprecated void showAsNotification(android.content.Context); |
| 59 | } |
| 60 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 61 | } |
| 62 | |
| 63 | package android.app.admin { |
| 64 | |
| 65 | public class DevicePolicyManager { |
phweiss | 27ee334 | 2016-02-08 16:40:45 +0100 | [diff] [blame] | 66 | method public deprecated android.os.UserHandle createAndInitializeUser(android.content.ComponentName, java.lang.String, java.lang.String, android.content.ComponentName, android.os.Bundle); |
| 67 | method public deprecated android.os.UserHandle createUser(android.content.ComponentName, java.lang.String); |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 68 | method public deprecated java.lang.String getDeviceInitializerApp(); |
| 69 | method public deprecated android.content.ComponentName getDeviceInitializerComponent(); |
Tony Mak | 3165743 | 2017-04-25 09:29:55 +0100 | [diff] [blame] | 70 | method public void setAffiliationIds(android.content.ComponentName, java.util.List<java.lang.String>); |
Andrew Scull | 17e1b5d | 2017-04-25 14:44:24 +0100 | [diff] [blame] | 71 | field public static final deprecated int FLAG_EVICT_CE_KEY = 1; // 0x1 |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 72 | } |
| 73 | |
| 74 | } |
| 75 | |
Jeff Sharkey | 789a8fc | 2017-04-16 13:18:35 -0600 | [diff] [blame] | 76 | package android.app.usage { |
| 77 | |
Jeff Sharkey | a4d34d9 | 2017-04-27 11:21:41 -0600 | [diff] [blame] | 78 | public final class StorageStats implements android.os.Parcelable { |
| 79 | method public deprecated long getCodeBytes(); |
| 80 | } |
| 81 | |
Jeff Sharkey | 789a8fc | 2017-04-16 13:18:35 -0600 | [diff] [blame] | 82 | public class StorageStatsManager { |
| 83 | method public deprecated long getFreeBytes(java.lang.String) throws java.io.IOException; |
| 84 | method public deprecated long getTotalBytes(java.lang.String) throws java.io.IOException; |
| 85 | method public deprecated boolean isQuotaSupported(java.lang.String); |
| 86 | method public deprecated android.app.usage.ExternalStorageStats queryExternalStatsForUser(java.lang.String, android.os.UserHandle) throws java.io.IOException; |
| 87 | method public deprecated android.app.usage.StorageStats queryStatsForPackage(java.lang.String, java.lang.String, android.os.UserHandle) throws java.io.IOException, android.content.pm.PackageManager.NameNotFoundException; |
| 88 | method public deprecated android.app.usage.StorageStats queryStatsForUid(java.lang.String, int) throws java.io.IOException; |
| 89 | method public deprecated android.app.usage.StorageStats queryStatsForUser(java.lang.String, android.os.UserHandle) throws java.io.IOException; |
| 90 | } |
| 91 | |
| 92 | } |
| 93 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 94 | package android.content { |
| 95 | |
Vladislav Kaznacheev | c35c02f | 2017-04-20 08:38:21 -0700 | [diff] [blame] | 96 | public class ClipData implements android.os.Parcelable { |
| 97 | method public deprecated void addItem(android.content.ClipData.Item, android.content.ContentResolver); |
| 98 | } |
| 99 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 100 | public abstract class Context { |
Jeff Sharkey | cf3f0a1 | 2016-03-17 19:57:58 -0600 | [diff] [blame] | 101 | method public abstract android.content.SharedPreferences getSharedPreferences(java.io.File, int); |
| 102 | method public abstract java.io.File getSharedPreferencesPath(java.lang.String); |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 103 | } |
| 104 | |
Garfield Tan | ce1d0e9 | 2017-03-23 10:52:48 -0700 | [diff] [blame] | 105 | public class Intent implements java.lang.Cloneable android.os.Parcelable { |
| 106 | field public static final deprecated java.lang.String EXTRA_QUICK_VIEW_ADVANCED = "android.intent.extra.QUICK_VIEW_ADVANCED"; |
| 107 | } |
| 108 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 109 | } |
| 110 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 111 | package android.content.pm { |
| 112 | |
Jeff Sharkey | 789a8fc | 2017-04-16 13:18:35 -0600 | [diff] [blame] | 113 | public class ApplicationInfo extends android.content.pm.PackageItemInfo implements android.os.Parcelable { |
| 114 | field public deprecated java.lang.String volumeUuid; |
| 115 | } |
| 116 | |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 117 | public class ComponentInfo extends android.content.pm.PackageItemInfo { |
| 118 | field public deprecated boolean encryptionAware; |
| 119 | } |
| 120 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 121 | public class PackageInfo implements android.os.Parcelable { |
| 122 | field public static final int REQUESTED_PERMISSION_REQUIRED = 1; // 0x1 |
| 123 | } |
| 124 | |
Svetoslav Ganov | 345ffa5 | 2017-04-18 16:08:41 -0700 | [diff] [blame] | 125 | public abstract class PackageManager { |
| 126 | method public abstract boolean setInstantAppCookie(byte[]); |
| 127 | } |
| 128 | |
Svetoslav Ganov | 0cb43ef | 2017-04-18 14:28:35 -0700 | [diff] [blame] | 129 | public final class SharedLibraryInfo implements android.os.Parcelable { |
| 130 | method public boolean isBuiltin(); |
| 131 | method public boolean isDynamic(); |
| 132 | method public boolean isStatic(); |
| 133 | } |
| 134 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 135 | } |
| 136 | |
| 137 | package android.database { |
| 138 | |
| 139 | public abstract class AbstractCursor implements android.database.CrossProcessCursor { |
| 140 | field protected java.lang.Long mCurrentRowID; |
| 141 | field protected int mRowIdColumnIndex; |
| 142 | field protected java.util.HashMap<java.lang.Long, java.util.Map<java.lang.String, java.lang.Object>> mUpdatedRows; |
| 143 | } |
| 144 | |
| 145 | } |
| 146 | |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 147 | package android.graphics { |
| 148 | |
| 149 | public deprecated class AvoidXfermode extends android.graphics.Xfermode { |
| 150 | ctor public AvoidXfermode(int, int, android.graphics.AvoidXfermode.Mode); |
| 151 | } |
| 152 | |
| 153 | public static final class AvoidXfermode.Mode extends java.lang.Enum { |
| 154 | method public static android.graphics.AvoidXfermode.Mode valueOf(java.lang.String); |
| 155 | method public static final android.graphics.AvoidXfermode.Mode[] values(); |
| 156 | enum_constant public static final android.graphics.AvoidXfermode.Mode AVOID; |
| 157 | enum_constant public static final android.graphics.AvoidXfermode.Mode TARGET; |
| 158 | } |
| 159 | |
Derek Sollenberger | b29b16e | 2017-01-04 14:57:43 -0500 | [diff] [blame] | 160 | public class Canvas { |
| 161 | method public deprecated boolean clipRegion(android.graphics.Region, android.graphics.Region.Op); |
| 162 | method public deprecated boolean clipRegion(android.graphics.Region); |
| 163 | } |
| 164 | |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 165 | public deprecated class LayerRasterizer extends android.graphics.Rasterizer { |
| 166 | ctor public LayerRasterizer(); |
| 167 | method public void addLayer(android.graphics.Paint, float, float); |
| 168 | method public void addLayer(android.graphics.Paint); |
| 169 | } |
| 170 | |
| 171 | public class Paint { |
| 172 | method public deprecated android.graphics.Rasterizer getRasterizer(); |
| 173 | method public deprecated android.graphics.Rasterizer setRasterizer(android.graphics.Rasterizer); |
| 174 | } |
| 175 | |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 176 | public deprecated class PixelXorXfermode extends android.graphics.Xfermode { |
| 177 | ctor public PixelXorXfermode(int); |
| 178 | } |
| 179 | |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 180 | public class Rasterizer { |
| 181 | ctor public Rasterizer(); |
| 182 | } |
| 183 | |
Derek Sollenberger | 51e7805 | 2016-03-11 09:10:27 -0500 | [diff] [blame] | 184 | } |
| 185 | |
Peng Xu | 3c8c6a4 | 2017-04-06 18:37:56 -0700 | [diff] [blame] | 186 | package android.hardware { |
| 187 | |
Craig Donner | fd5d331 | 2017-04-19 18:33:36 -0700 | [diff] [blame] | 188 | public final class HardwareBuffer implements java.lang.AutoCloseable android.os.Parcelable { |
| 189 | method public deprecated void destroy(); |
| 190 | method public deprecated boolean isDestroyed(); |
| 191 | } |
| 192 | |
Peng Xu | 3c8c6a4 | 2017-04-06 18:37:56 -0700 | [diff] [blame] | 193 | public final class SensorDirectChannel implements java.nio.channels.Channel { |
| 194 | method public deprecated boolean isValid(); |
| 195 | } |
| 196 | |
| 197 | public abstract class SensorManager { |
| 198 | method public deprecated int configureDirectChannel(android.hardware.SensorDirectChannel, android.hardware.Sensor, int); |
| 199 | } |
| 200 | |
| 201 | } |
| 202 | |
Yu Liu | b87243c | 2017-04-18 16:08:29 -0700 | [diff] [blame] | 203 | package android.location { |
| 204 | |
| 205 | public class Location implements android.os.Parcelable { |
| 206 | method public deprecated void removeBearingAccuracy(); |
| 207 | method public deprecated void removeSpeedAccuracy(); |
| 208 | method public deprecated void removeVerticalAccuracy(); |
| 209 | } |
| 210 | |
| 211 | } |
| 212 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 213 | package android.media { |
| 214 | |
Jeff Sharkey | 50d1c04 | 2016-02-29 16:34:46 -0700 | [diff] [blame] | 215 | public final class AudioFormat implements android.os.Parcelable { |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 216 | ctor public AudioFormat(); |
| 217 | } |
| 218 | |
| 219 | } |
| 220 | |
Dongwon Kang | e12d810 | 2016-03-04 16:45:39 -0800 | [diff] [blame] | 221 | package android.media.tv { |
| 222 | |
Dongwon Kang | 0632d8a | 2016-03-18 07:42:04 -0700 | [diff] [blame] | 223 | public final class TvInputManager { |
| 224 | method public android.media.tv.TvInputManager.Hardware acquireTvInputHardware(int, android.media.tv.TvInputManager.HardwareCallback, android.media.tv.TvInputInfo); |
| 225 | } |
| 226 | |
Dongwon Kang | e12d810 | 2016-03-04 16:45:39 -0800 | [diff] [blame] | 227 | public class TvView extends android.view.ViewGroup { |
| 228 | method public void requestUnblockContent(android.media.tv.TvContentRating); |
| 229 | } |
| 230 | |
| 231 | } |
| 232 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 233 | package android.net { |
| 234 | |
Lorenzo Colitti | 2187df7 | 2016-12-09 18:39:30 +0900 | [diff] [blame] | 235 | public class ConnectivityManager { |
| 236 | method public deprecated boolean requestRouteToHost(int, int); |
| 237 | method public deprecated int startUsingNetworkFeature(int, java.lang.String); |
| 238 | method public deprecated int stopUsingNetworkFeature(int, java.lang.String); |
| 239 | } |
| 240 | |
Alex Klyubin | 5e86d95 | 2016-09-21 14:17:26 -0700 | [diff] [blame] | 241 | public abstract class PskKeyManager { |
| 242 | ctor public PskKeyManager(); |
| 243 | field public static final int MAX_IDENTITY_HINT_LENGTH_BYTES = 128; // 0x80 |
| 244 | field public static final int MAX_IDENTITY_LENGTH_BYTES = 128; // 0x80 |
| 245 | field public static final int MAX_KEY_LENGTH_BYTES = 256; // 0x100 |
| 246 | } |
| 247 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 248 | public class SSLCertificateSocketFactory extends javax.net.ssl.SSLSocketFactory { |
| 249 | method public static deprecated org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache); |
| 250 | } |
| 251 | |
| 252 | } |
| 253 | |
| 254 | package android.os { |
| 255 | |
| 256 | public class BatteryManager { |
| 257 | ctor public BatteryManager(); |
| 258 | } |
| 259 | |
Svet Ganov | 77df6f3 | 2016-08-17 11:46:34 -0700 | [diff] [blame] | 260 | public class Build { |
| 261 | field public static final boolean PERMISSIONS_REVIEW_REQUIRED; |
| 262 | } |
| 263 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 264 | public final class PowerManager { |
| 265 | method public void goToSleep(long); |
| 266 | method public deprecated void userActivity(long, boolean); |
| 267 | method public void wakeUp(long); |
| 268 | } |
| 269 | |
| 270 | public class RecoverySystem { |
| 271 | ctor public RecoverySystem(); |
| 272 | } |
| 273 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 274 | public class TestLooperManager { |
| 275 | method public deprecated android.os.MessageQueue getQueue(); |
| 276 | } |
| 277 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 278 | public class UserManager { |
| 279 | method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int); |
| 280 | method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle); |
| 281 | method public java.lang.CharSequence getBadgedLabelForUser(java.lang.CharSequence, android.os.UserHandle); |
Jeff Sharkey | 8a372a0 | 2016-03-16 16:25:45 -0600 | [diff] [blame] | 282 | } |
| 283 | |
| 284 | } |
| 285 | |
Jeff Sharkey | c02bfae | 2016-03-27 15:06:53 -0600 | [diff] [blame] | 286 | package android.os.storage { |
| 287 | |
| 288 | public class StorageManager { |
Jeff Sharkey | 789a8fc | 2017-04-16 13:18:35 -0600 | [diff] [blame] | 289 | method public deprecated void allocateBytes(java.io.File, long, int) throws java.io.IOException; |
| 290 | method public deprecated long getAllocatableBytes(java.io.File, int) throws java.io.IOException; |
| 291 | method public deprecated long getCacheQuotaBytes(java.io.File) throws java.io.IOException; |
| 292 | method public deprecated long getCacheQuotaBytes() throws java.io.IOException; |
| 293 | method public deprecated long getCacheSizeBytes(java.io.File) throws java.io.IOException; |
| 294 | method public deprecated long getCacheSizeBytes() throws java.io.IOException; |
| 295 | method public deprecated long getExternalCacheQuotaBytes() throws java.io.IOException; |
| 296 | method public deprecated long getExternalCacheSizeBytes() throws java.io.IOException; |
Jeff Sharkey | c02bfae | 2016-03-27 15:06:53 -0600 | [diff] [blame] | 297 | method public android.os.storage.StorageVolume getPrimaryVolume(); |
| 298 | method public android.os.storage.StorageVolume[] getVolumeList(); |
Jeff Sharkey | b5a35b8 | 2017-03-22 21:30:19 -0600 | [diff] [blame] | 299 | method public deprecated boolean isCacheBehaviorAtomic(java.io.File) throws java.io.IOException; |
| 300 | method public deprecated void setCacheBehaviorAtomic(java.io.File, boolean) throws java.io.IOException; |
Jeff Sharkey | c02bfae | 2016-03-27 15:06:53 -0600 | [diff] [blame] | 301 | } |
| 302 | |
| 303 | } |
| 304 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 305 | package android.provider { |
| 306 | |
| 307 | public class Browser { |
| 308 | method public static final void addSearchUrl(android.content.ContentResolver, java.lang.String); |
| 309 | method public static final boolean canClearHistory(android.content.ContentResolver); |
| 310 | method public static final void clearHistory(android.content.ContentResolver); |
| 311 | method public static final void clearSearches(android.content.ContentResolver); |
| 312 | method public static final void deleteFromHistory(android.content.ContentResolver, java.lang.String); |
| 313 | method public static final void deleteHistoryTimeFrame(android.content.ContentResolver, long, long); |
| 314 | method public static final android.database.Cursor getAllBookmarks(android.content.ContentResolver) throws java.lang.IllegalStateException; |
| 315 | method public static final android.database.Cursor getAllVisitedUrls(android.content.ContentResolver) throws java.lang.IllegalStateException; |
| 316 | method public static final void requestAllIcons(android.content.ContentResolver, java.lang.String, android.webkit.WebIconDatabase.IconListener); |
| 317 | method public static final void saveBookmark(android.content.Context, java.lang.String, java.lang.String); |
| 318 | method public static final void truncateHistory(android.content.ContentResolver); |
| 319 | method public static final void updateVisitedHistory(android.content.ContentResolver, java.lang.String, boolean); |
| 320 | field public static final android.net.Uri BOOKMARKS_URI; |
| 321 | field public static final java.lang.String[] HISTORY_PROJECTION; |
| 322 | field public static final int HISTORY_PROJECTION_BOOKMARK_INDEX = 4; // 0x4 |
| 323 | field public static final int HISTORY_PROJECTION_DATE_INDEX = 3; // 0x3 |
| 324 | field public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6; // 0x6 |
| 325 | field public static final int HISTORY_PROJECTION_ID_INDEX = 0; // 0x0 |
| 326 | field public static final int HISTORY_PROJECTION_TITLE_INDEX = 5; // 0x5 |
| 327 | field public static final int HISTORY_PROJECTION_URL_INDEX = 1; // 0x1 |
| 328 | field public static final int HISTORY_PROJECTION_VISITS_INDEX = 2; // 0x2 |
| 329 | field public static final java.lang.String[] SEARCHES_PROJECTION; |
| 330 | field public static final int SEARCHES_PROJECTION_DATE_INDEX = 2; // 0x2 |
| 331 | field public static final int SEARCHES_PROJECTION_SEARCH_INDEX = 1; // 0x1 |
| 332 | field public static final android.net.Uri SEARCHES_URI; |
| 333 | field public static final java.lang.String[] TRUNCATE_HISTORY_PROJECTION; |
| 334 | field public static final int TRUNCATE_HISTORY_PROJECTION_ID_INDEX = 0; // 0x0 |
| 335 | field public static final int TRUNCATE_N_OLDEST = 5; // 0x5 |
| 336 | } |
| 337 | |
| 338 | public static class Browser.BookmarkColumns implements android.provider.BaseColumns { |
| 339 | ctor public Browser.BookmarkColumns(); |
| 340 | field public static final java.lang.String BOOKMARK = "bookmark"; |
| 341 | field public static final java.lang.String CREATED = "created"; |
| 342 | field public static final java.lang.String DATE = "date"; |
| 343 | field public static final java.lang.String FAVICON = "favicon"; |
| 344 | field public static final java.lang.String THUMBNAIL = "thumbnail"; |
| 345 | field public static final java.lang.String TITLE = "title"; |
| 346 | field public static final java.lang.String TOUCH_ICON = "touch_icon"; |
| 347 | field public static final java.lang.String URL = "url"; |
| 348 | field public static final java.lang.String USER_ENTERED = "user_entered"; |
| 349 | field public static final java.lang.String VISITS = "visits"; |
| 350 | } |
| 351 | |
| 352 | public static class Browser.SearchColumns implements android.provider.BaseColumns { |
| 353 | ctor public Browser.SearchColumns(); |
| 354 | field public static final java.lang.String DATE = "date"; |
| 355 | field public static final java.lang.String SEARCH = "search"; |
| 356 | field public static final deprecated java.lang.String URL = "url"; |
| 357 | } |
| 358 | |
| 359 | public static final deprecated class ContactsContract.Contacts.StreamItems { |
| 360 | field public static final deprecated java.lang.String CONTENT_DIRECTORY = "stream_items"; |
| 361 | } |
| 362 | |
| 363 | public static final deprecated class ContactsContract.RawContacts.StreamItems implements android.provider.BaseColumns { |
| 364 | field public static final deprecated java.lang.String CONTENT_DIRECTORY = "stream_items"; |
| 365 | } |
| 366 | |
| 367 | public static final deprecated class ContactsContract.StreamItemPhotos implements android.provider.BaseColumns { |
| 368 | field public static final deprecated java.lang.String PHOTO = "photo"; |
| 369 | } |
| 370 | |
| 371 | protected static abstract deprecated interface ContactsContract.StreamItemPhotosColumns { |
| 372 | field public static final deprecated java.lang.String PHOTO_FILE_ID = "photo_file_id"; |
| 373 | field public static final deprecated java.lang.String PHOTO_URI = "photo_uri"; |
| 374 | field public static final deprecated java.lang.String SORT_INDEX = "sort_index"; |
| 375 | field public static final deprecated java.lang.String STREAM_ITEM_ID = "stream_item_id"; |
| 376 | field public static final deprecated java.lang.String SYNC1 = "stream_item_photo_sync1"; |
| 377 | field public static final deprecated java.lang.String SYNC2 = "stream_item_photo_sync2"; |
| 378 | field public static final deprecated java.lang.String SYNC3 = "stream_item_photo_sync3"; |
| 379 | field public static final deprecated java.lang.String SYNC4 = "stream_item_photo_sync4"; |
| 380 | } |
| 381 | |
| 382 | public static final deprecated class ContactsContract.StreamItems implements android.provider.BaseColumns { |
| 383 | field public static final deprecated java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item"; |
| 384 | field public static final deprecated android.net.Uri CONTENT_LIMIT_URI; |
| 385 | field public static final deprecated android.net.Uri CONTENT_PHOTO_URI; |
| 386 | field public static final deprecated java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item"; |
| 387 | field public static final deprecated android.net.Uri CONTENT_URI; |
| 388 | field public static final deprecated java.lang.String MAX_ITEMS = "max_items"; |
| 389 | } |
| 390 | |
| 391 | public static final deprecated class ContactsContract.StreamItems.StreamItemPhotos implements android.provider.BaseColumns { |
| 392 | field public static final deprecated java.lang.String CONTENT_DIRECTORY = "photo"; |
| 393 | field public static final deprecated java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item_photo"; |
| 394 | field public static final deprecated java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item_photo"; |
| 395 | } |
| 396 | |
| 397 | protected static abstract deprecated interface ContactsContract.StreamItemsColumns { |
| 398 | field public static final deprecated java.lang.String ACCOUNT_NAME = "account_name"; |
| 399 | field public static final deprecated java.lang.String ACCOUNT_TYPE = "account_type"; |
| 400 | field public static final deprecated java.lang.String COMMENTS = "comments"; |
| 401 | field public static final deprecated java.lang.String CONTACT_ID = "contact_id"; |
| 402 | field public static final deprecated java.lang.String CONTACT_LOOKUP_KEY = "contact_lookup"; |
| 403 | field public static final deprecated java.lang.String DATA_SET = "data_set"; |
| 404 | field public static final deprecated java.lang.String RAW_CONTACT_ID = "raw_contact_id"; |
| 405 | field public static final deprecated java.lang.String RAW_CONTACT_SOURCE_ID = "raw_contact_source_id"; |
| 406 | field public static final deprecated java.lang.String RES_ICON = "icon"; |
| 407 | field public static final deprecated java.lang.String RES_LABEL = "label"; |
| 408 | field public static final deprecated java.lang.String RES_PACKAGE = "res_package"; |
| 409 | field public static final deprecated java.lang.String SYNC1 = "stream_item_sync1"; |
| 410 | field public static final deprecated java.lang.String SYNC2 = "stream_item_sync2"; |
| 411 | field public static final deprecated java.lang.String SYNC3 = "stream_item_sync3"; |
| 412 | field public static final deprecated java.lang.String SYNC4 = "stream_item_sync4"; |
| 413 | field public static final deprecated java.lang.String TEXT = "text"; |
| 414 | field public static final deprecated java.lang.String TIMESTAMP = "timestamp"; |
| 415 | } |
| 416 | |
Tingting Wang | e0cbda4 | 2016-05-10 15:39:37 -0700 | [diff] [blame] | 417 | public static final class Settings.Global extends android.provider.Settings.NameValueTable { |
| 418 | field public static final deprecated java.lang.String CONTACT_METADATA_SYNC = "contact_metadata_sync"; |
| 419 | } |
| 420 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 421 | public static final class Settings.System extends android.provider.Settings.NameValueTable { |
| 422 | field public static final java.lang.String APPEND_FOR_LAST_AUDIBLE = "_last_audible"; |
| 423 | field public static final java.lang.String VOLUME_ALARM = "volume_alarm"; |
| 424 | field public static final java.lang.String VOLUME_BLUETOOTH_SCO = "volume_bluetooth_sco"; |
| 425 | field public static final java.lang.String VOLUME_MUSIC = "volume_music"; |
| 426 | field public static final java.lang.String VOLUME_NOTIFICATION = "volume_notification"; |
| 427 | field public static final java.lang.String VOLUME_RING = "volume_ring"; |
| 428 | field public static final java.lang.String[] VOLUME_SETTINGS; |
| 429 | field public static final java.lang.String VOLUME_SYSTEM = "volume_system"; |
| 430 | field public static final java.lang.String VOLUME_VOICE = "volume_voice"; |
| 431 | } |
| 432 | |
Amit Mahajan | a895559 | 2016-05-02 14:45:46 -0700 | [diff] [blame] | 433 | public static final class Telephony.Sms.Intents { |
| 434 | field public static final java.lang.String SMS_EMERGENCY_CB_RECEIVED_ACTION = "android.provider.Telephony.SMS_EMERGENCY_CB_RECEIVED"; |
| 435 | } |
| 436 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 437 | } |
| 438 | |
Jeff Sharkey | 000ce80 | 2017-04-29 13:13:27 -0600 | [diff] [blame] | 439 | package android.speech.tts { |
| 440 | |
| 441 | public abstract class UtteranceProgressListener { |
| 442 | method public deprecated void onUtteranceRangeStart(java.lang.String, int, int); |
| 443 | } |
| 444 | |
| 445 | } |
| 446 | |
Jeff Sharkey | e06b4d1 | 2016-01-06 14:51:50 -0700 | [diff] [blame] | 447 | package android.test.mock { |
| 448 | |
Stephan Linzner | b51617f | 2016-01-27 18:09:50 -0800 | [diff] [blame] | 449 | public deprecated class MockPackageManager extends android.content.pm.PackageManager { |
Jeff Sharkey | e06b4d1 | 2016-01-06 14:51:50 -0700 | [diff] [blame] | 450 | method public deprecated java.lang.String getDefaultBrowserPackageName(int); |
| 451 | method public deprecated boolean setDefaultBrowserPackageName(java.lang.String, int); |
| 452 | } |
| 453 | |
| 454 | } |
| 455 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 456 | package android.text.format { |
| 457 | |
| 458 | public class DateFormat { |
| 459 | field public static final deprecated char AM_PM = 97; // 0x0061 'a' |
| 460 | field public static final deprecated char CAPITAL_AM_PM = 65; // 0x0041 'A' |
| 461 | field public static final deprecated char DATE = 100; // 0x0064 'd' |
| 462 | field public static final deprecated char DAY = 69; // 0x0045 'E' |
| 463 | field public static final deprecated char HOUR = 104; // 0x0068 'h' |
| 464 | field public static final deprecated char HOUR_OF_DAY = 107; // 0x006b 'k' |
| 465 | field public static final deprecated char MINUTE = 109; // 0x006d 'm' |
| 466 | field public static final deprecated char MONTH = 77; // 0x004d 'M' |
| 467 | field public static final deprecated char QUOTE = 39; // 0x0027 '\'' |
| 468 | field public static final deprecated char SECONDS = 115; // 0x0073 's' |
| 469 | field public static final deprecated char STANDALONE_MONTH = 76; // 0x004c 'L' |
| 470 | field public static final deprecated char TIME_ZONE = 122; // 0x007a 'z' |
| 471 | field public static final deprecated char YEAR = 121; // 0x0079 'y' |
| 472 | } |
| 473 | |
| 474 | } |
| 475 | |
Derek Sollenberger | dcc3630 | 2016-12-09 15:10:39 -0500 | [diff] [blame] | 476 | package android.text.style { |
| 477 | |
| 478 | public class RasterizerSpan extends android.text.style.CharacterStyle implements android.text.style.UpdateAppearance { |
| 479 | ctor public RasterizerSpan(android.graphics.Rasterizer); |
| 480 | method public android.graphics.Rasterizer getRasterizer(); |
| 481 | } |
| 482 | |
| 483 | } |
| 484 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 485 | package android.util { |
| 486 | |
| 487 | public deprecated class FloatMath { |
| 488 | method public static float ceil(float); |
| 489 | method public static float cos(float); |
| 490 | method public static float exp(float); |
| 491 | method public static float floor(float); |
| 492 | method public static float hypot(float, float); |
| 493 | method public static float pow(float, float); |
| 494 | method public static float sin(float); |
| 495 | method public static float sqrt(float); |
| 496 | } |
| 497 | |
| 498 | } |
| 499 | |
| 500 | package android.view { |
| 501 | |
| 502 | public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { |
| 503 | method protected void initializeFadingEdge(android.content.res.TypedArray); |
| 504 | method protected void initializeScrollbars(android.content.res.TypedArray); |
| 505 | } |
| 506 | |
Aaron Whyte | f830652 | 2017-03-22 16:30:58 -0700 | [diff] [blame] | 507 | public class ViewConfiguration { |
| 508 | method public int getScaledScrollFactor(); |
| 509 | } |
| 510 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 511 | public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { |
| 512 | field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 |
| 513 | } |
| 514 | |
| 515 | } |
| 516 | |
Phil Weaver | be2922f | 2017-04-28 14:58:35 -0700 | [diff] [blame] | 517 | package android.view.accessibility { |
| 518 | |
| 519 | public final class AccessibilityWindowInfo implements android.os.Parcelable { |
| 520 | method public boolean inPictureInPicture(); |
| 521 | } |
| 522 | |
| 523 | } |
| 524 | |
Michael Wright | 1ad3955 | 2016-04-27 13:07:18 -0400 | [diff] [blame] | 525 | package android.webkit { |
| 526 | |
| 527 | public class WebViewClient { |
| 528 | method public void onUnhandledInputEvent(android.webkit.WebView, android.view.InputEvent); |
| 529 | } |
| 530 | |
| 531 | } |
| 532 | |
Michael Wright | b2b2c0e | 2015-11-06 15:21:13 +0000 | [diff] [blame] | 533 | package android.widget { |
| 534 | |
| 535 | public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener { |
| 536 | method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int); |
| 537 | method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray); |
| 538 | } |
| 539 | |
| 540 | } |
| 541 | |