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