1*344a7f5eSAndroid Build Coastguard Worker// Signature format: 2.0 2*344a7f5eSAndroid Build Coastguard Workerpackage android.app { 3*344a7f5eSAndroid Build Coastguard Worker 4*344a7f5eSAndroid Build Coastguard Worker public class Notification implements android.os.Parcelable { 5*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public String getChannel(); 6*344a7f5eSAndroid Build Coastguard Worker method public static Class<? extends android.app.Notification.Style> getNotificationStyleClass(String); 7*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public long getTimeout(); 8*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setLatestEventInfo(android.content.Context, CharSequence, CharSequence, android.app.PendingIntent); 9*344a7f5eSAndroid Build Coastguard Worker } 10*344a7f5eSAndroid Build Coastguard Worker 11*344a7f5eSAndroid Build Coastguard Worker public static class Notification.Builder { 12*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.app.Notification.Builder setChannel(String); 13*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.app.Notification.Builder setTimeout(long); 14*344a7f5eSAndroid Build Coastguard Worker } 15*344a7f5eSAndroid Build Coastguard Worker 16*344a7f5eSAndroid Build Coastguard Worker public static final class Notification.WearableExtender implements android.app.Notification.Extender { 17*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.graphics.Bitmap getBackground(); 18*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.app.Notification.WearableExtender setBackground(android.graphics.Bitmap); 19*344a7f5eSAndroid Build Coastguard Worker } 20*344a7f5eSAndroid Build Coastguard Worker 21*344a7f5eSAndroid Build Coastguard Worker} 22*344a7f5eSAndroid Build Coastguard Worker 23*344a7f5eSAndroid Build Coastguard Workerpackage android.content { 24*344a7f5eSAndroid Build Coastguard Worker 25*344a7f5eSAndroid Build Coastguard Worker public abstract class ContentProvider implements android.content.ComponentCallbacks2 { 26*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @Nullable public final String getCallingFeatureId(); 27*344a7f5eSAndroid Build Coastguard Worker } 28*344a7f5eSAndroid Build Coastguard Worker 29*344a7f5eSAndroid Build Coastguard Worker public abstract class ContentResolver { 30*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void notifyChange(@NonNull Iterable<android.net.Uri>, @Nullable android.database.ContentObserver, int); 31*344a7f5eSAndroid Build Coastguard Worker } 32*344a7f5eSAndroid Build Coastguard Worker 33*344a7f5eSAndroid Build Coastguard Worker public abstract class Context { 34*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @NonNull public android.content.Context createFeatureContext(@Nullable String); 35*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @Nullable public String getFeatureId(); 36*344a7f5eSAndroid Build Coastguard Worker method public abstract android.content.SharedPreferences getSharedPreferences(java.io.File, int); 37*344a7f5eSAndroid Build Coastguard Worker method public abstract java.io.File getSharedPreferencesPath(String); 38*344a7f5eSAndroid Build Coastguard Worker } 39*344a7f5eSAndroid Build Coastguard Worker 40*344a7f5eSAndroid Build Coastguard Worker public class ContextWrapper extends android.content.Context { 41*344a7f5eSAndroid Build Coastguard Worker method public android.content.SharedPreferences getSharedPreferences(java.io.File, int); 42*344a7f5eSAndroid Build Coastguard Worker method public java.io.File getSharedPreferencesPath(String); 43*344a7f5eSAndroid Build Coastguard Worker } 44*344a7f5eSAndroid Build Coastguard Worker 45*344a7f5eSAndroid Build Coastguard Worker public class Intent implements java.lang.Cloneable android.os.Parcelable { 46*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String EXTRA_QUICK_VIEW_ADVANCED = "android.intent.extra.QUICK_VIEW_ADVANCED"; 47*344a7f5eSAndroid Build Coastguard Worker } 48*344a7f5eSAndroid Build Coastguard Worker 49*344a7f5eSAndroid Build Coastguard Worker} 50*344a7f5eSAndroid Build Coastguard Worker 51*344a7f5eSAndroid Build Coastguard Workerpackage android.content.pm { 52*344a7f5eSAndroid Build Coastguard Worker 53*344a7f5eSAndroid Build Coastguard Worker public class PackageInfo implements android.os.Parcelable { 54*344a7f5eSAndroid Build Coastguard Worker field public static final int REQUESTED_PERMISSION_REQUIRED = 1; // 0x1 55*344a7f5eSAndroid Build Coastguard Worker } 56*344a7f5eSAndroid Build Coastguard Worker 57*344a7f5eSAndroid Build Coastguard Worker public abstract class PackageManager { 58*344a7f5eSAndroid Build Coastguard Worker method public abstract boolean setInstantAppCookie(@Nullable byte[]); 59*344a7f5eSAndroid Build Coastguard Worker } 60*344a7f5eSAndroid Build Coastguard Worker 61*344a7f5eSAndroid Build Coastguard Worker @IntDef(prefix={"FLAG_PERMISSION_"}, value={0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x100, 0x200, 0x2000, 0x1000, 0x800, 0x4000, 0x8000, 0x8, 0x10000, 0x20000}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface PackageManager.PermissionFlags { 62*344a7f5eSAndroid Build Coastguard Worker } 63*344a7f5eSAndroid Build Coastguard Worker 64*344a7f5eSAndroid Build Coastguard Worker public final class SharedLibraryInfo implements android.os.Parcelable { 65*344a7f5eSAndroid Build Coastguard Worker method public boolean isBuiltin(); 66*344a7f5eSAndroid Build Coastguard Worker method public boolean isDynamic(); 67*344a7f5eSAndroid Build Coastguard Worker method public boolean isStatic(); 68*344a7f5eSAndroid Build Coastguard Worker } 69*344a7f5eSAndroid Build Coastguard Worker 70*344a7f5eSAndroid Build Coastguard Worker} 71*344a7f5eSAndroid Build Coastguard Worker 72*344a7f5eSAndroid Build Coastguard Workerpackage android.database { 73*344a7f5eSAndroid Build Coastguard Worker 74*344a7f5eSAndroid Build Coastguard Worker public abstract class AbstractCursor implements android.database.CrossProcessCursor { 75*344a7f5eSAndroid Build Coastguard Worker field protected Long mCurrentRowID; 76*344a7f5eSAndroid Build Coastguard Worker field protected int mRowIdColumnIndex; 77*344a7f5eSAndroid Build Coastguard Worker field protected java.util.HashMap<java.lang.Long,java.util.Map<java.lang.String,java.lang.Object>> mUpdatedRows; 78*344a7f5eSAndroid Build Coastguard Worker } 79*344a7f5eSAndroid Build Coastguard Worker 80*344a7f5eSAndroid Build Coastguard Worker} 81*344a7f5eSAndroid Build Coastguard Worker 82*344a7f5eSAndroid Build Coastguard Workerpackage android.graphics { 83*344a7f5eSAndroid Build Coastguard Worker 84*344a7f5eSAndroid Build Coastguard Worker @Deprecated public class AvoidXfermode extends android.graphics.Xfermode { 85*344a7f5eSAndroid Build Coastguard Worker ctor public AvoidXfermode(int, int, android.graphics.AvoidXfermode.Mode); 86*344a7f5eSAndroid Build Coastguard Worker } 87*344a7f5eSAndroid Build Coastguard Worker 88*344a7f5eSAndroid Build Coastguard Worker public enum AvoidXfermode.Mode { 89*344a7f5eSAndroid Build Coastguard Worker enum_constant public static final android.graphics.AvoidXfermode.Mode AVOID; 90*344a7f5eSAndroid Build Coastguard Worker enum_constant public static final android.graphics.AvoidXfermode.Mode TARGET; 91*344a7f5eSAndroid Build Coastguard Worker } 92*344a7f5eSAndroid Build Coastguard Worker 93*344a7f5eSAndroid Build Coastguard Worker public class Canvas { 94*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean clipRegion(@NonNull android.graphics.Region, @NonNull android.graphics.Region.Op); 95*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean clipRegion(@NonNull android.graphics.Region); 96*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public int save(int); 97*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final int CLIP_SAVE_FLAG = 2; // 0x2 98*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final int CLIP_TO_LAYER_SAVE_FLAG = 16; // 0x10 99*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final int FULL_COLOR_LAYER_SAVE_FLAG = 8; // 0x8 100*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final int HAS_ALPHA_LAYER_SAVE_FLAG = 4; // 0x4 101*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final int MATRIX_SAVE_FLAG = 1; // 0x1 102*344a7f5eSAndroid Build Coastguard Worker } 103*344a7f5eSAndroid Build Coastguard Worker 104*344a7f5eSAndroid Build Coastguard Worker @Deprecated public class LayerRasterizer extends android.graphics.Rasterizer { 105*344a7f5eSAndroid Build Coastguard Worker ctor public LayerRasterizer(); 106*344a7f5eSAndroid Build Coastguard Worker method public void addLayer(android.graphics.Paint, float, float); 107*344a7f5eSAndroid Build Coastguard Worker method public void addLayer(android.graphics.Paint); 108*344a7f5eSAndroid Build Coastguard Worker } 109*344a7f5eSAndroid Build Coastguard Worker 110*344a7f5eSAndroid Build Coastguard Worker public class Paint { 111*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.graphics.Rasterizer getRasterizer(); 112*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.graphics.Rasterizer setRasterizer(android.graphics.Rasterizer); 113*344a7f5eSAndroid Build Coastguard Worker } 114*344a7f5eSAndroid Build Coastguard Worker 115*344a7f5eSAndroid Build Coastguard Worker public class Picture { 116*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public static android.graphics.Picture createFromStream(@NonNull java.io.InputStream); 117*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void writeToStream(@NonNull java.io.OutputStream); 118*344a7f5eSAndroid Build Coastguard Worker } 119*344a7f5eSAndroid Build Coastguard Worker 120*344a7f5eSAndroid Build Coastguard Worker @Deprecated public class PixelXorXfermode extends android.graphics.Xfermode { 121*344a7f5eSAndroid Build Coastguard Worker ctor public PixelXorXfermode(int); 122*344a7f5eSAndroid Build Coastguard Worker } 123*344a7f5eSAndroid Build Coastguard Worker 124*344a7f5eSAndroid Build Coastguard Worker public class Rasterizer { 125*344a7f5eSAndroid Build Coastguard Worker ctor public Rasterizer(); 126*344a7f5eSAndroid Build Coastguard Worker } 127*344a7f5eSAndroid Build Coastguard Worker 128*344a7f5eSAndroid Build Coastguard Worker} 129*344a7f5eSAndroid Build Coastguard Worker 130*344a7f5eSAndroid Build Coastguard Workerpackage android.graphics.drawable { 131*344a7f5eSAndroid Build Coastguard Worker 132*344a7f5eSAndroid Build Coastguard Worker public class AnimatedImageDrawable extends android.graphics.drawable.Drawable implements android.graphics.drawable.Animatable2 { 133*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public int getLoopCount(int); 134*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setLoopCount(int); 135*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final int LOOP_INFINITE = -1; // 0xffffffff 136*344a7f5eSAndroid Build Coastguard Worker } 137*344a7f5eSAndroid Build Coastguard Worker 138*344a7f5eSAndroid Build Coastguard Worker} 139*344a7f5eSAndroid Build Coastguard Worker 140*344a7f5eSAndroid Build Coastguard Workerpackage android.hardware { 141*344a7f5eSAndroid Build Coastguard Worker 142*344a7f5eSAndroid Build Coastguard Worker public final class SensorDirectChannel implements java.nio.channels.Channel { 143*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean isValid(); 144*344a7f5eSAndroid Build Coastguard Worker } 145*344a7f5eSAndroid Build Coastguard Worker 146*344a7f5eSAndroid Build Coastguard Worker} 147*344a7f5eSAndroid Build Coastguard Worker 148*344a7f5eSAndroid Build Coastguard Workerpackage android.media { 149*344a7f5eSAndroid Build Coastguard Worker 150*344a7f5eSAndroid Build Coastguard Worker public final class AudioFormat implements android.os.Parcelable { 151*344a7f5eSAndroid Build Coastguard Worker ctor public AudioFormat(); 152*344a7f5eSAndroid Build Coastguard Worker } 153*344a7f5eSAndroid Build Coastguard Worker 154*344a7f5eSAndroid Build Coastguard Worker @Deprecated @IntDef({android.media.MediaDrm.HDCP_LEVEL_UNKNOWN, android.media.MediaDrm.HDCP_NONE, android.media.MediaDrm.HDCP_V1, android.media.MediaDrm.HDCP_V2, android.media.MediaDrm.HDCP_V2_1, android.media.MediaDrm.HDCP_V2_2, android.media.MediaDrm.HDCP_V2_3, android.media.MediaDrm.HDCP_NO_DIGITAL_OUTPUT}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface MediaDrm.HdcpLevel { 155*344a7f5eSAndroid Build Coastguard Worker } 156*344a7f5eSAndroid Build Coastguard Worker 157*344a7f5eSAndroid Build Coastguard Worker @Deprecated @IntDef({android.media.MediaDrm.SECURITY_LEVEL_UNKNOWN, android.media.MediaDrm.SECURITY_LEVEL_SW_SECURE_CRYPTO, android.media.MediaDrm.SECURITY_LEVEL_SW_SECURE_DECODE, android.media.MediaDrm.SECURITY_LEVEL_HW_SECURE_CRYPTO, android.media.MediaDrm.SECURITY_LEVEL_HW_SECURE_DECODE, android.media.MediaDrm.SECURITY_LEVEL_HW_SECURE_ALL}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface MediaDrm.SecurityLevel { 158*344a7f5eSAndroid Build Coastguard Worker } 159*344a7f5eSAndroid Build Coastguard Worker 160*344a7f5eSAndroid Build Coastguard Worker} 161*344a7f5eSAndroid Build Coastguard Worker 162*344a7f5eSAndroid Build Coastguard Workerpackage android.media.tv { 163*344a7f5eSAndroid Build Coastguard Worker 164*344a7f5eSAndroid Build Coastguard Worker public class TvView extends android.view.ViewGroup { 165*344a7f5eSAndroid Build Coastguard Worker method public void requestUnblockContent(android.media.tv.TvContentRating); 166*344a7f5eSAndroid Build Coastguard Worker } 167*344a7f5eSAndroid Build Coastguard Worker 168*344a7f5eSAndroid Build Coastguard Worker} 169*344a7f5eSAndroid Build Coastguard Worker 170*344a7f5eSAndroid Build Coastguard Workerpackage android.net { 171*344a7f5eSAndroid Build Coastguard Worker 172*344a7f5eSAndroid Build Coastguard Worker @Deprecated public class NetworkBadging { 173*344a7f5eSAndroid Build Coastguard Worker method @NonNull public static android.graphics.drawable.Drawable getWifiIcon(@IntRange(from=0, to=4) int, int, @Nullable android.content.res.Resources.Theme); 174*344a7f5eSAndroid Build Coastguard Worker field public static final int BADGING_4K = 30; // 0x1e 175*344a7f5eSAndroid Build Coastguard Worker field public static final int BADGING_HD = 20; // 0x14 176*344a7f5eSAndroid Build Coastguard Worker field public static final int BADGING_NONE = 0; // 0x0 177*344a7f5eSAndroid Build Coastguard Worker field public static final int BADGING_SD = 10; // 0xa 178*344a7f5eSAndroid Build Coastguard Worker } 179*344a7f5eSAndroid Build Coastguard Worker 180*344a7f5eSAndroid Build Coastguard Worker @IntDef({0x0, 0xa, 0x14, 0x1e}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface NetworkBadging.Badging { 181*344a7f5eSAndroid Build Coastguard Worker } 182*344a7f5eSAndroid Build Coastguard Worker 183*344a7f5eSAndroid Build Coastguard Worker public final class Proxy { 184*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String EXTRA_PROXY_INFO = "android.intent.extra.PROXY_INFO"; 185*344a7f5eSAndroid Build Coastguard Worker } 186*344a7f5eSAndroid Build Coastguard Worker 187*344a7f5eSAndroid Build Coastguard Worker @Deprecated public class SSLCertificateSocketFactory extends javax.net.ssl.SSLSocketFactory { 188*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public static org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache); 189*344a7f5eSAndroid Build Coastguard Worker } 190*344a7f5eSAndroid Build Coastguard Worker 191*344a7f5eSAndroid Build Coastguard Worker} 192*344a7f5eSAndroid Build Coastguard Worker 193*344a7f5eSAndroid Build Coastguard Workerpackage android.os { 194*344a7f5eSAndroid Build Coastguard Worker 195*344a7f5eSAndroid Build Coastguard Worker public class BatteryManager { 196*344a7f5eSAndroid Build Coastguard Worker ctor public BatteryManager(); 197*344a7f5eSAndroid Build Coastguard Worker } 198*344a7f5eSAndroid Build Coastguard Worker 199*344a7f5eSAndroid Build Coastguard Worker public final class PowerManager { 200*344a7f5eSAndroid Build Coastguard Worker method public void goToSleep(long); 201*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void userActivity(long, boolean); 202*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void wakeUp(long); 203*344a7f5eSAndroid Build Coastguard Worker } 204*344a7f5eSAndroid Build Coastguard Worker 205*344a7f5eSAndroid Build Coastguard Worker public class RecoverySystem { 206*344a7f5eSAndroid Build Coastguard Worker ctor public RecoverySystem(); 207*344a7f5eSAndroid Build Coastguard Worker } 208*344a7f5eSAndroid Build Coastguard Worker 209*344a7f5eSAndroid Build Coastguard Worker public static final class StrictMode.ThreadPolicy.Builder { 210*344a7f5eSAndroid Build Coastguard Worker method @NonNull public android.os.StrictMode.ThreadPolicy.Builder penaltyListener(@NonNull android.os.StrictMode.OnThreadViolationListener, @NonNull java.util.concurrent.Executor); 211*344a7f5eSAndroid Build Coastguard Worker } 212*344a7f5eSAndroid Build Coastguard Worker 213*344a7f5eSAndroid Build Coastguard Worker public static final class StrictMode.VmPolicy.Builder { 214*344a7f5eSAndroid Build Coastguard Worker method @NonNull public android.os.StrictMode.VmPolicy.Builder penaltyListener(@NonNull android.os.StrictMode.OnVmViolationListener, @NonNull java.util.concurrent.Executor); 215*344a7f5eSAndroid Build Coastguard Worker } 216*344a7f5eSAndroid Build Coastguard Worker 217*344a7f5eSAndroid Build Coastguard Worker public final class SystemClock { 218*344a7f5eSAndroid Build Coastguard Worker method @NonNull public static java.time.Clock elapsedRealtimeClock(); 219*344a7f5eSAndroid Build Coastguard Worker method @NonNull public static java.time.Clock uptimeClock(); 220*344a7f5eSAndroid Build Coastguard Worker } 221*344a7f5eSAndroid Build Coastguard Worker 222*344a7f5eSAndroid Build Coastguard Worker public class TestLooperManager { 223*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public android.os.MessageQueue getQueue(); 224*344a7f5eSAndroid Build Coastguard Worker } 225*344a7f5eSAndroid Build Coastguard Worker 226*344a7f5eSAndroid Build Coastguard Worker public class UserManager { 227*344a7f5eSAndroid Build Coastguard Worker method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int); 228*344a7f5eSAndroid Build Coastguard Worker method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle); 229*344a7f5eSAndroid Build Coastguard Worker method public CharSequence getBadgedLabelForUser(CharSequence, android.os.UserHandle); 230*344a7f5eSAndroid Build Coastguard Worker } 231*344a7f5eSAndroid Build Coastguard Worker 232*344a7f5eSAndroid Build Coastguard Worker @IntDef(flag=true, prefix={"RESTRICTION_"}, value={0x0, 0x1, 0x2, 0x4}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface UserManager.UserRestrictionSource { 233*344a7f5eSAndroid Build Coastguard Worker } 234*344a7f5eSAndroid Build Coastguard Worker 235*344a7f5eSAndroid Build Coastguard Worker} 236*344a7f5eSAndroid Build Coastguard Worker 237*344a7f5eSAndroid Build Coastguard Workerpackage android.os.storage { 238*344a7f5eSAndroid Build Coastguard Worker 239*344a7f5eSAndroid Build Coastguard Worker public class StorageManager { 240*344a7f5eSAndroid Build Coastguard Worker method @NonNull public android.os.storage.StorageVolume getPrimaryVolume(); 241*344a7f5eSAndroid Build Coastguard Worker method @NonNull public android.os.storage.StorageVolume[] getVolumeList(); 242*344a7f5eSAndroid Build Coastguard Worker } 243*344a7f5eSAndroid Build Coastguard Worker 244*344a7f5eSAndroid Build Coastguard Worker} 245*344a7f5eSAndroid Build Coastguard Worker 246*344a7f5eSAndroid Build Coastguard Workerpackage android.provider { 247*344a7f5eSAndroid Build Coastguard Worker 248*344a7f5eSAndroid Build Coastguard Worker public class Browser { 249*344a7f5eSAndroid Build Coastguard Worker 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); 250*344a7f5eSAndroid Build Coastguard Worker method @RequiresPermission(value="com.android.browser.permission.READ_HISTORY_BOOKMARKS", apis="..22") public static final boolean canClearHistory(android.content.ContentResolver); 251*344a7f5eSAndroid Build Coastguard Worker method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void clearHistory(android.content.ContentResolver); 252*344a7f5eSAndroid Build Coastguard Worker method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void clearSearches(android.content.ContentResolver); 253*344a7f5eSAndroid Build Coastguard Worker method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void deleteFromHistory(android.content.ContentResolver, String); 254*344a7f5eSAndroid Build Coastguard Worker method @RequiresPermission(value="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS", apis="..22") public static final void deleteHistoryTimeFrame(android.content.ContentResolver, long, long); 255*344a7f5eSAndroid Build Coastguard Worker 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; 256*344a7f5eSAndroid Build Coastguard Worker 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; 257*344a7f5eSAndroid Build Coastguard Worker 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); 258*344a7f5eSAndroid Build Coastguard Worker method public static final void saveBookmark(android.content.Context, String, String); 259*344a7f5eSAndroid Build Coastguard Worker 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); 260*344a7f5eSAndroid Build Coastguard Worker 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); 261*344a7f5eSAndroid Build Coastguard Worker 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; 262*344a7f5eSAndroid Build Coastguard Worker field public static final String[] HISTORY_PROJECTION; 263*344a7f5eSAndroid Build Coastguard Worker field public static final int HISTORY_PROJECTION_BOOKMARK_INDEX = 4; // 0x4 264*344a7f5eSAndroid Build Coastguard Worker field public static final int HISTORY_PROJECTION_DATE_INDEX = 3; // 0x3 265*344a7f5eSAndroid Build Coastguard Worker field public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6; // 0x6 266*344a7f5eSAndroid Build Coastguard Worker field public static final int HISTORY_PROJECTION_ID_INDEX = 0; // 0x0 267*344a7f5eSAndroid Build Coastguard Worker field public static final int HISTORY_PROJECTION_TITLE_INDEX = 5; // 0x5 268*344a7f5eSAndroid Build Coastguard Worker field public static final int HISTORY_PROJECTION_URL_INDEX = 1; // 0x1 269*344a7f5eSAndroid Build Coastguard Worker field public static final int HISTORY_PROJECTION_VISITS_INDEX = 2; // 0x2 270*344a7f5eSAndroid Build Coastguard Worker field public static final String[] SEARCHES_PROJECTION; 271*344a7f5eSAndroid Build Coastguard Worker field public static final int SEARCHES_PROJECTION_DATE_INDEX = 2; // 0x2 272*344a7f5eSAndroid Build Coastguard Worker field public static final int SEARCHES_PROJECTION_SEARCH_INDEX = 1; // 0x1 273*344a7f5eSAndroid Build Coastguard Worker 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; 274*344a7f5eSAndroid Build Coastguard Worker field public static final String[] TRUNCATE_HISTORY_PROJECTION; 275*344a7f5eSAndroid Build Coastguard Worker field public static final int TRUNCATE_HISTORY_PROJECTION_ID_INDEX = 0; // 0x0 276*344a7f5eSAndroid Build Coastguard Worker field public static final int TRUNCATE_N_OLDEST = 5; // 0x5 277*344a7f5eSAndroid Build Coastguard Worker } 278*344a7f5eSAndroid Build Coastguard Worker 279*344a7f5eSAndroid Build Coastguard Worker public static class Browser.BookmarkColumns implements android.provider.BaseColumns { 280*344a7f5eSAndroid Build Coastguard Worker ctor public Browser.BookmarkColumns(); 281*344a7f5eSAndroid Build Coastguard Worker field public static final String BOOKMARK = "bookmark"; 282*344a7f5eSAndroid Build Coastguard Worker field public static final String CREATED = "created"; 283*344a7f5eSAndroid Build Coastguard Worker field public static final String DATE = "date"; 284*344a7f5eSAndroid Build Coastguard Worker field public static final String FAVICON = "favicon"; 285*344a7f5eSAndroid Build Coastguard Worker field public static final String TITLE = "title"; 286*344a7f5eSAndroid Build Coastguard Worker field public static final String URL = "url"; 287*344a7f5eSAndroid Build Coastguard Worker field public static final String VISITS = "visits"; 288*344a7f5eSAndroid Build Coastguard Worker field public static final String _COUNT = "_count"; 289*344a7f5eSAndroid Build Coastguard Worker field public static final String _ID = "_id"; 290*344a7f5eSAndroid Build Coastguard Worker } 291*344a7f5eSAndroid Build Coastguard Worker 292*344a7f5eSAndroid Build Coastguard Worker public static class Browser.SearchColumns implements android.provider.BaseColumns { 293*344a7f5eSAndroid Build Coastguard Worker ctor public Browser.SearchColumns(); 294*344a7f5eSAndroid Build Coastguard Worker field public static final String DATE = "date"; 295*344a7f5eSAndroid Build Coastguard Worker field public static final String SEARCH = "search"; 296*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String URL = "url"; 297*344a7f5eSAndroid Build Coastguard Worker field public static final String _COUNT = "_count"; 298*344a7f5eSAndroid Build Coastguard Worker field public static final String _ID = "_id"; 299*344a7f5eSAndroid Build Coastguard Worker } 300*344a7f5eSAndroid Build Coastguard Worker 301*344a7f5eSAndroid Build Coastguard Worker @Deprecated public static final class ContactsContract.Contacts.StreamItems implements android.provider.ContactsContract.StreamItemsColumns { 302*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTENT_DIRECTORY = "stream_items"; 303*344a7f5eSAndroid Build Coastguard Worker } 304*344a7f5eSAndroid Build Coastguard Worker 305*344a7f5eSAndroid Build Coastguard Worker @Deprecated public static final class ContactsContract.RawContacts.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns { 306*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTENT_DIRECTORY = "stream_items"; 307*344a7f5eSAndroid Build Coastguard Worker field public static final String _COUNT = "_count"; 308*344a7f5eSAndroid Build Coastguard Worker field public static final String _ID = "_id"; 309*344a7f5eSAndroid Build Coastguard Worker } 310*344a7f5eSAndroid Build Coastguard Worker 311*344a7f5eSAndroid Build Coastguard Worker @Deprecated public static final class ContactsContract.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns { 312*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String PHOTO = "photo"; 313*344a7f5eSAndroid Build Coastguard Worker field public static final String _COUNT = "_count"; 314*344a7f5eSAndroid Build Coastguard Worker field public static final String _ID = "_id"; 315*344a7f5eSAndroid Build Coastguard Worker } 316*344a7f5eSAndroid Build Coastguard Worker 317*344a7f5eSAndroid Build Coastguard Worker @Deprecated protected static interface ContactsContract.StreamItemPhotosColumns { 318*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String PHOTO_FILE_ID = "photo_file_id"; 319*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String PHOTO_URI = "photo_uri"; 320*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SORT_INDEX = "sort_index"; 321*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String STREAM_ITEM_ID = "stream_item_id"; 322*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC1 = "stream_item_photo_sync1"; 323*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC2 = "stream_item_photo_sync2"; 324*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC3 = "stream_item_photo_sync3"; 325*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC4 = "stream_item_photo_sync4"; 326*344a7f5eSAndroid Build Coastguard Worker } 327*344a7f5eSAndroid Build Coastguard Worker 328*344a7f5eSAndroid Build Coastguard Worker @Deprecated public static final class ContactsContract.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns { 329*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item"; 330*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final android.net.Uri CONTENT_LIMIT_URI; 331*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final android.net.Uri CONTENT_PHOTO_URI; 332*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item"; 333*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final android.net.Uri CONTENT_URI; 334*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String MAX_ITEMS = "max_items"; 335*344a7f5eSAndroid Build Coastguard Worker field public static final String _COUNT = "_count"; 336*344a7f5eSAndroid Build Coastguard Worker field public static final String _ID = "_id"; 337*344a7f5eSAndroid Build Coastguard Worker } 338*344a7f5eSAndroid Build Coastguard Worker 339*344a7f5eSAndroid Build Coastguard Worker @Deprecated public static final class ContactsContract.StreamItems.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns { 340*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTENT_DIRECTORY = "photo"; 341*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item_photo"; 342*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item_photo"; 343*344a7f5eSAndroid Build Coastguard Worker field public static final String _COUNT = "_count"; 344*344a7f5eSAndroid Build Coastguard Worker field public static final String _ID = "_id"; 345*344a7f5eSAndroid Build Coastguard Worker } 346*344a7f5eSAndroid Build Coastguard Worker 347*344a7f5eSAndroid Build Coastguard Worker @Deprecated protected static interface ContactsContract.StreamItemsColumns { 348*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String ACCOUNT_NAME = "account_name"; 349*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String ACCOUNT_TYPE = "account_type"; 350*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String COMMENTS = "comments"; 351*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTACT_ID = "contact_id"; 352*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTACT_LOOKUP_KEY = "contact_lookup"; 353*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String DATA_SET = "data_set"; 354*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String RAW_CONTACT_ID = "raw_contact_id"; 355*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String RAW_CONTACT_SOURCE_ID = "raw_contact_source_id"; 356*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String RES_ICON = "icon"; 357*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String RES_LABEL = "label"; 358*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String RES_PACKAGE = "res_package"; 359*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC1 = "stream_item_sync1"; 360*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC2 = "stream_item_sync2"; 361*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC3 = "stream_item_sync3"; 362*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String SYNC4 = "stream_item_sync4"; 363*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String TEXT = "text"; 364*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String TIMESTAMP = "timestamp"; 365*344a7f5eSAndroid Build Coastguard Worker } 366*344a7f5eSAndroid Build Coastguard Worker 367*344a7f5eSAndroid Build Coastguard Worker public static final class Settings.Global extends android.provider.Settings.NameValueTable { 368*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String CONTACT_METADATA_SYNC = "contact_metadata_sync"; 369*344a7f5eSAndroid Build Coastguard Worker } 370*344a7f5eSAndroid Build Coastguard Worker 371*344a7f5eSAndroid Build Coastguard Worker public static final class Settings.System extends android.provider.Settings.NameValueTable { 372*344a7f5eSAndroid Build Coastguard Worker field public static final String APPEND_FOR_LAST_AUDIBLE = "_last_audible"; 373*344a7f5eSAndroid Build Coastguard Worker field public static final String VOLUME_ALARM = "volume_alarm"; 374*344a7f5eSAndroid Build Coastguard Worker field public static final String VOLUME_BLUETOOTH_SCO = "volume_bluetooth_sco"; 375*344a7f5eSAndroid Build Coastguard Worker field public static final String VOLUME_MUSIC = "volume_music"; 376*344a7f5eSAndroid Build Coastguard Worker field public static final String VOLUME_NOTIFICATION = "volume_notification"; 377*344a7f5eSAndroid Build Coastguard Worker field public static final String VOLUME_RING = "volume_ring"; 378*344a7f5eSAndroid Build Coastguard Worker field public static final String[] VOLUME_SETTINGS; 379*344a7f5eSAndroid Build Coastguard Worker field public static final String VOLUME_SYSTEM = "volume_system"; 380*344a7f5eSAndroid Build Coastguard Worker field public static final String VOLUME_VOICE = "volume_voice"; 381*344a7f5eSAndroid Build Coastguard Worker } 382*344a7f5eSAndroid Build Coastguard Worker 383*344a7f5eSAndroid Build Coastguard Worker} 384*344a7f5eSAndroid Build Coastguard Worker 385*344a7f5eSAndroid Build Coastguard Workerpackage android.speech.tts { 386*344a7f5eSAndroid Build Coastguard Worker 387*344a7f5eSAndroid Build Coastguard Worker public abstract class UtteranceProgressListener { 388*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void onUtteranceRangeStart(String, int, int); 389*344a7f5eSAndroid Build Coastguard Worker } 390*344a7f5eSAndroid Build Coastguard Worker 391*344a7f5eSAndroid Build Coastguard Worker} 392*344a7f5eSAndroid Build Coastguard Worker 393*344a7f5eSAndroid Build Coastguard Workerpackage android.telephony { 394*344a7f5eSAndroid Build Coastguard Worker 395*344a7f5eSAndroid Build Coastguard Worker public class CarrierConfigManager { 396*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final String KEY_HIDE_ENABLE_2G = "hide_enable_2g_bool"; 397*344a7f5eSAndroid Build Coastguard Worker } 398*344a7f5eSAndroid Build Coastguard Worker 399*344a7f5eSAndroid Build Coastguard Worker public class NetworkScan { 400*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void stop() throws android.os.RemoteException; 401*344a7f5eSAndroid Build Coastguard Worker } 402*344a7f5eSAndroid Build Coastguard Worker 403*344a7f5eSAndroid Build Coastguard Worker public class TelephonyManager { 404*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @RequiresPermission(android.Manifest.permission.ACCESS_COARSE_LOCATION) public java.util.List<android.telephony.NeighboringCellInfo> getNeighboringCellInfo(); 405*344a7f5eSAndroid Build Coastguard Worker 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); 406*344a7f5eSAndroid Build Coastguard Worker } 407*344a7f5eSAndroid Build Coastguard Worker 408*344a7f5eSAndroid Build Coastguard Worker} 409*344a7f5eSAndroid Build Coastguard Worker 410*344a7f5eSAndroid Build Coastguard Workerpackage android.telephony.euicc { 411*344a7f5eSAndroid Build Coastguard Worker 412*344a7f5eSAndroid Build Coastguard Worker @IntDef(prefix={"EUICC_OTA_"}, value={0x1, 0x2, 0x3, 0x4, 0x5}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface EuiccManager.OtaStatus { 413*344a7f5eSAndroid Build Coastguard Worker } 414*344a7f5eSAndroid Build Coastguard Worker 415*344a7f5eSAndroid Build Coastguard Worker} 416*344a7f5eSAndroid Build Coastguard Worker 417*344a7f5eSAndroid Build Coastguard Workerpackage android.text.format { 418*344a7f5eSAndroid Build Coastguard Worker 419*344a7f5eSAndroid Build Coastguard Worker public class DateFormat { 420*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char AM_PM = 97; // 0x0061 'a' 421*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char CAPITAL_AM_PM = 65; // 0x0041 'A' 422*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char DATE = 100; // 0x0064 'd' 423*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char DAY = 69; // 0x0045 'E' 424*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char HOUR = 104; // 0x0068 'h' 425*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char HOUR_OF_DAY = 107; // 0x006b 'k' 426*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char MINUTE = 109; // 0x006d 'm' 427*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char MONTH = 77; // 0x004d 'M' 428*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char QUOTE = 39; // 0x0027 '\'' 429*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char SECONDS = 115; // 0x0073 's' 430*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char STANDALONE_MONTH = 76; // 0x004c 'L' 431*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char TIME_ZONE = 122; // 0x007a 'z' 432*344a7f5eSAndroid Build Coastguard Worker field @Deprecated public static final char YEAR = 121; // 0x0079 'y' 433*344a7f5eSAndroid Build Coastguard Worker } 434*344a7f5eSAndroid Build Coastguard Worker 435*344a7f5eSAndroid Build Coastguard Worker} 436*344a7f5eSAndroid Build Coastguard Worker 437*344a7f5eSAndroid Build Coastguard Workerpackage android.text.style { 438*344a7f5eSAndroid Build Coastguard Worker 439*344a7f5eSAndroid Build Coastguard Worker public class RasterizerSpan extends android.text.style.CharacterStyle implements android.text.style.UpdateAppearance { 440*344a7f5eSAndroid Build Coastguard Worker ctor public RasterizerSpan(android.graphics.Rasterizer); 441*344a7f5eSAndroid Build Coastguard Worker method public android.graphics.Rasterizer getRasterizer(); 442*344a7f5eSAndroid Build Coastguard Worker method public void updateDrawState(android.text.TextPaint); 443*344a7f5eSAndroid Build Coastguard Worker } 444*344a7f5eSAndroid Build Coastguard Worker 445*344a7f5eSAndroid Build Coastguard Worker} 446*344a7f5eSAndroid Build Coastguard Worker 447*344a7f5eSAndroid Build Coastguard Workerpackage android.util { 448*344a7f5eSAndroid Build Coastguard Worker 449*344a7f5eSAndroid Build Coastguard Worker @Deprecated public class FloatMath { 450*344a7f5eSAndroid Build Coastguard Worker method public static float ceil(float); 451*344a7f5eSAndroid Build Coastguard Worker method public static float cos(float); 452*344a7f5eSAndroid Build Coastguard Worker method public static float exp(float); 453*344a7f5eSAndroid Build Coastguard Worker method public static float floor(float); 454*344a7f5eSAndroid Build Coastguard Worker method public static float hypot(float, float); 455*344a7f5eSAndroid Build Coastguard Worker method public static float pow(float, float); 456*344a7f5eSAndroid Build Coastguard Worker method public static float sin(float); 457*344a7f5eSAndroid Build Coastguard Worker method public static float sqrt(float); 458*344a7f5eSAndroid Build Coastguard Worker } 459*344a7f5eSAndroid Build Coastguard Worker 460*344a7f5eSAndroid Build Coastguard Worker} 461*344a7f5eSAndroid Build Coastguard Worker 462*344a7f5eSAndroid Build Coastguard Workerpackage android.view { 463*344a7f5eSAndroid Build Coastguard Worker 464*344a7f5eSAndroid Build Coastguard Worker @UiThread public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { 465*344a7f5eSAndroid Build Coastguard Worker method protected void initializeFadingEdge(android.content.res.TypedArray); 466*344a7f5eSAndroid Build Coastguard Worker method protected void initializeScrollbars(android.content.res.TypedArray); 467*344a7f5eSAndroid Build Coastguard Worker } 468*344a7f5eSAndroid Build Coastguard Worker 469*344a7f5eSAndroid Build Coastguard Worker public class ViewConfiguration { 470*344a7f5eSAndroid Build Coastguard Worker method public int getScaledScrollFactor(); 471*344a7f5eSAndroid Build Coastguard Worker } 472*344a7f5eSAndroid Build Coastguard Worker 473*344a7f5eSAndroid Build Coastguard Worker public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { 474*344a7f5eSAndroid Build Coastguard Worker field public static final int TYPE_KEYGUARD = 2004; // 0x7d4 475*344a7f5eSAndroid Build Coastguard Worker field public static final int TYPE_STATUS_BAR_PANEL = 2014; // 0x7de 476*344a7f5eSAndroid Build Coastguard Worker } 477*344a7f5eSAndroid Build Coastguard Worker 478*344a7f5eSAndroid Build Coastguard Worker @IntDef(flag=true, prefix={"SYSTEM_FLAG_"}, value={0x80000, 0x10}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) public static @interface WindowManager.LayoutParams.SystemFlags { 479*344a7f5eSAndroid Build Coastguard Worker } 480*344a7f5eSAndroid Build Coastguard Worker 481*344a7f5eSAndroid Build Coastguard Worker} 482*344a7f5eSAndroid Build Coastguard Worker 483*344a7f5eSAndroid Build Coastguard Workerpackage android.view.accessibility { 484*344a7f5eSAndroid Build Coastguard Worker 485*344a7f5eSAndroid Build Coastguard Worker public static final class AccessibilityNodeInfo.CollectionItemInfo { 486*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @NonNull public static android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo obtain(@Nullable String, int, int, @Nullable String, int, int, boolean, boolean); 487*344a7f5eSAndroid Build Coastguard Worker } 488*344a7f5eSAndroid Build Coastguard Worker 489*344a7f5eSAndroid Build Coastguard Worker} 490*344a7f5eSAndroid Build Coastguard Worker 491*344a7f5eSAndroid Build Coastguard Workerpackage android.view.translation { 492*344a7f5eSAndroid Build Coastguard Worker 493*344a7f5eSAndroid Build Coastguard Worker public final class TranslationManager { 494*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void addOnDeviceTranslationCapabilityUpdateListener(int, int, @NonNull android.app.PendingIntent); 495*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void addTranslationCapabilityUpdateListener(int, int, @NonNull android.app.PendingIntent); 496*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @Nullable @WorkerThread public android.view.translation.Translator createOnDeviceTranslator(@NonNull android.view.translation.TranslationContext); 497*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @Nullable @WorkerThread public android.view.translation.Translator createTranslator(@NonNull android.view.translation.TranslationContext); 498*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @NonNull @WorkerThread public java.util.Set<android.view.translation.TranslationCapability> getTranslationCapabilities(int, int); 499*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @Nullable public android.app.PendingIntent getTranslationSettingsActivityIntent(); 500*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void removeOnDeviceTranslationCapabilityUpdateListener(int, int, @NonNull android.app.PendingIntent); 501*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void removeTranslationCapabilityUpdateListener(int, int, @NonNull android.app.PendingIntent); 502*344a7f5eSAndroid Build Coastguard Worker } 503*344a7f5eSAndroid Build Coastguard Worker 504*344a7f5eSAndroid Build Coastguard Worker public static final class TranslationRequest.Builder { 505*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @NonNull public android.view.translation.TranslationRequest.Builder addTranslationRequestValue(@NonNull android.view.translation.TranslationRequestValue); 506*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @NonNull public android.view.translation.TranslationRequest.Builder addViewTranslationRequest(@NonNull android.view.translation.ViewTranslationRequest); 507*344a7f5eSAndroid Build Coastguard Worker } 508*344a7f5eSAndroid Build Coastguard Worker 509*344a7f5eSAndroid Build Coastguard Worker public static final class TranslationResponse.Builder { 510*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @NonNull public android.view.translation.TranslationResponse.Builder setTranslationStatus(int); 511*344a7f5eSAndroid Build Coastguard Worker } 512*344a7f5eSAndroid Build Coastguard Worker 513*344a7f5eSAndroid Build Coastguard Worker public final class TranslationSpec implements android.os.Parcelable { 514*344a7f5eSAndroid Build Coastguard Worker ctor @Deprecated public TranslationSpec(@NonNull String, int); 515*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @NonNull public String getLanguage(); 516*344a7f5eSAndroid Build Coastguard Worker } 517*344a7f5eSAndroid Build Coastguard Worker 518*344a7f5eSAndroid Build Coastguard Worker public class Translator { 519*344a7f5eSAndroid Build Coastguard Worker method @Deprecated @Nullable public void translate(@NonNull android.view.translation.TranslationRequest, @NonNull java.util.concurrent.Executor, @NonNull java.util.function.Consumer<android.view.translation.TranslationResponse>); 520*344a7f5eSAndroid Build Coastguard Worker } 521*344a7f5eSAndroid Build Coastguard Worker 522*344a7f5eSAndroid Build Coastguard Worker public interface UiTranslationStateCallback { 523*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public default void onStarted(@NonNull String, @NonNull String); 524*344a7f5eSAndroid Build Coastguard Worker } 525*344a7f5eSAndroid Build Coastguard Worker 526*344a7f5eSAndroid Build Coastguard Worker} 527*344a7f5eSAndroid Build Coastguard Worker 528*344a7f5eSAndroid Build Coastguard Workerpackage android.webkit { 529*344a7f5eSAndroid Build Coastguard Worker 530*344a7f5eSAndroid Build Coastguard Worker public class WebChromeClient { 531*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void onReachedMaxAppCacheSize(long, long, android.webkit.WebStorage.QuotaUpdater); 532*344a7f5eSAndroid Build Coastguard Worker } 533*344a7f5eSAndroid Build Coastguard Worker 534*344a7f5eSAndroid Build Coastguard Worker public abstract class WebSettings { 535*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setAppCacheEnabled(boolean); 536*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setAppCacheMaxSize(long); 537*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setAppCachePath(String); 538*344a7f5eSAndroid Build Coastguard Worker } 539*344a7f5eSAndroid Build Coastguard Worker 540*344a7f5eSAndroid Build Coastguard Worker public class WebViewClient { 541*344a7f5eSAndroid Build Coastguard Worker method public void onUnhandledInputEvent(android.webkit.WebView, android.view.InputEvent); 542*344a7f5eSAndroid Build Coastguard Worker } 543*344a7f5eSAndroid Build Coastguard Worker 544*344a7f5eSAndroid Build Coastguard Worker} 545*344a7f5eSAndroid Build Coastguard Worker 546*344a7f5eSAndroid Build Coastguard Workerpackage android.widget { 547*344a7f5eSAndroid Build Coastguard Worker 548*344a7f5eSAndroid Build Coastguard Worker @android.widget.RemoteViews.RemoteView public class ListView extends android.widget.AbsListView { 549*344a7f5eSAndroid Build Coastguard Worker method protected <T extends android.view.View> T findViewTraversal(@IdRes int); 550*344a7f5eSAndroid Build Coastguard Worker method protected <T extends android.view.View> T findViewWithTagTraversal(Object); 551*344a7f5eSAndroid Build Coastguard Worker } 552*344a7f5eSAndroid Build Coastguard Worker 553*344a7f5eSAndroid Build Coastguard Worker public class PopupWindow { 554*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean isClipToScreenEnabled(); 555*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public boolean isLayoutInScreenEnabled(); 556*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setClipToScreenEnabled(boolean); 557*344a7f5eSAndroid Build Coastguard Worker method @Deprecated public void setLayoutInScreenEnabled(boolean); 558*344a7f5eSAndroid Build Coastguard Worker } 559*344a7f5eSAndroid Build Coastguard Worker 560*344a7f5eSAndroid Build Coastguard Worker @android.widget.RemoteViews.RemoteView public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener { 561*344a7f5eSAndroid Build Coastguard Worker method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int); 562*344a7f5eSAndroid Build Coastguard Worker method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray); 563*344a7f5eSAndroid Build Coastguard Worker } 564*344a7f5eSAndroid Build Coastguard Worker 565*344a7f5eSAndroid Build Coastguard Worker} 566*344a7f5eSAndroid Build Coastguard Worker 567