xref: /aosp_15_r20/prebuilts/sdk/28/public/api/android-removed.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Workerpackage android.app {
2*344a7f5eSAndroid Build Coastguard Worker
3*344a7f5eSAndroid Build Coastguard Worker  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*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean enterPictureInPictureMode(android.app.PictureInPictureArgs);
5*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void setPictureInPictureArgs(android.app.PictureInPictureArgs);
6*344a7f5eSAndroid Build Coastguard Worker  }
7*344a7f5eSAndroid Build Coastguard Worker
8*344a7f5eSAndroid Build Coastguard Worker  public class ActivityManager {
9*344a7f5eSAndroid Build Coastguard Worker    method public static deprecated int getMaxNumPictureInPictureActions();
10*344a7f5eSAndroid Build Coastguard Worker  }
11*344a7f5eSAndroid Build Coastguard Worker
12*344a7f5eSAndroid Build Coastguard Worker  public class KeyguardManager {
13*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void dismissKeyguard(android.app.Activity, android.app.KeyguardManager.KeyguardDismissCallback, android.os.Handler);
14*344a7f5eSAndroid Build Coastguard Worker  }
15*344a7f5eSAndroid Build Coastguard Worker
16*344a7f5eSAndroid Build Coastguard Worker  public class Notification implements android.os.Parcelable {
17*344a7f5eSAndroid Build Coastguard Worker    method public deprecated java.lang.String getChannel();
18*344a7f5eSAndroid Build Coastguard Worker    method public static java.lang.Class<? extends android.app.Notification.Style> getNotificationStyleClass(java.lang.String);
19*344a7f5eSAndroid Build Coastguard Worker    method public deprecated long getTimeout();
20*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent);
21*344a7f5eSAndroid Build Coastguard Worker  }
22*344a7f5eSAndroid Build Coastguard Worker
23*344a7f5eSAndroid Build Coastguard Worker  public static class Notification.Builder {
24*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.Notification.Builder setChannel(java.lang.String);
25*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.Notification.Builder setTimeout(long);
26*344a7f5eSAndroid Build Coastguard Worker  }
27*344a7f5eSAndroid Build Coastguard Worker
28*344a7f5eSAndroid Build Coastguard Worker  public final deprecated class PictureInPictureArgs implements android.os.Parcelable {
29*344a7f5eSAndroid Build Coastguard Worker    method public static android.app.PictureInPictureArgs convert(android.app.PictureInPictureParams);
30*344a7f5eSAndroid Build Coastguard Worker    method public static android.app.PictureInPictureParams convert(android.app.PictureInPictureArgs);
31*344a7f5eSAndroid Build Coastguard Worker    method public int describeContents();
32*344a7f5eSAndroid Build Coastguard Worker    method public void writeToParcel(android.os.Parcel, int);
33*344a7f5eSAndroid Build Coastguard Worker    field public static final int CONTENTS_FILE_DESCRIPTOR = 1; // 0x1
34*344a7f5eSAndroid Build Coastguard Worker    field public static final android.os.Parcelable.Creator<android.app.PictureInPictureArgs> CREATOR;
35*344a7f5eSAndroid Build Coastguard Worker    field public static final int PARCELABLE_WRITE_RETURN_VALUE = 1; // 0x1
36*344a7f5eSAndroid Build Coastguard Worker  }
37*344a7f5eSAndroid Build Coastguard Worker
38*344a7f5eSAndroid Build Coastguard Worker  public static class PictureInPictureArgs.Builder {
39*344a7f5eSAndroid Build Coastguard Worker    ctor public PictureInPictureArgs.Builder();
40*344a7f5eSAndroid Build Coastguard Worker    method public android.app.PictureInPictureArgs build();
41*344a7f5eSAndroid Build Coastguard Worker    method public android.app.PictureInPictureArgs.Builder setActions(java.util.List<android.app.RemoteAction>);
42*344a7f5eSAndroid Build Coastguard Worker    method public android.app.PictureInPictureArgs.Builder setAspectRatio(android.util.Rational);
43*344a7f5eSAndroid Build Coastguard Worker    method public android.app.PictureInPictureArgs.Builder setSourceRectHint(android.graphics.Rect);
44*344a7f5eSAndroid Build Coastguard Worker  }
45*344a7f5eSAndroid Build Coastguard Worker
46*344a7f5eSAndroid Build Coastguard Worker}
47*344a7f5eSAndroid Build Coastguard Worker
48*344a7f5eSAndroid Build Coastguard Workerpackage android.app.admin {
49*344a7f5eSAndroid Build Coastguard Worker
50*344a7f5eSAndroid Build Coastguard Worker  public class DevicePolicyManager {
51*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.os.UserHandle createAndInitializeUser(android.content.ComponentName, java.lang.String, java.lang.String, android.content.ComponentName, android.os.Bundle);
52*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.os.UserHandle createUser(android.content.ComponentName, java.lang.String);
53*344a7f5eSAndroid Build Coastguard Worker  }
54*344a7f5eSAndroid Build Coastguard Worker
55*344a7f5eSAndroid Build Coastguard Worker}
56*344a7f5eSAndroid Build Coastguard Worker
57*344a7f5eSAndroid Build Coastguard Workerpackage android.app.job {
58*344a7f5eSAndroid Build Coastguard Worker
59*344a7f5eSAndroid Build Coastguard Worker  public class JobInfo implements android.os.Parcelable {
60*344a7f5eSAndroid Build Coastguard Worker    method public deprecated long getEstimatedNetworkBytes();
61*344a7f5eSAndroid Build Coastguard Worker  }
62*344a7f5eSAndroid Build Coastguard Worker
63*344a7f5eSAndroid Build Coastguard Worker  public static final class JobInfo.Builder {
64*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long);
65*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.job.JobInfo.Builder setIsPrefetch(boolean);
66*344a7f5eSAndroid Build Coastguard Worker  }
67*344a7f5eSAndroid Build Coastguard Worker
68*344a7f5eSAndroid Build Coastguard Worker  public final class JobWorkItem implements android.os.Parcelable {
69*344a7f5eSAndroid Build Coastguard Worker    ctor public deprecated JobWorkItem(android.content.Intent, long);
70*344a7f5eSAndroid Build Coastguard Worker    method public deprecated long getEstimatedNetworkBytes();
71*344a7f5eSAndroid Build Coastguard Worker  }
72*344a7f5eSAndroid Build Coastguard Worker
73*344a7f5eSAndroid Build Coastguard Worker}
74*344a7f5eSAndroid Build Coastguard Worker
75*344a7f5eSAndroid Build Coastguard Workerpackage android.app.slice {
76*344a7f5eSAndroid Build Coastguard Worker
77*344a7f5eSAndroid Build Coastguard Worker  public final class Slice implements android.os.Parcelable {
78*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String EXTRA_SLIDER_VALUE = "android.app.slice.extra.SLIDER_VALUE";
79*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SUBTYPE_SLIDER = "slider";
80*344a7f5eSAndroid Build Coastguard Worker  }
81*344a7f5eSAndroid Build Coastguard Worker
82*344a7f5eSAndroid Build Coastguard Worker  public static class Slice.Builder {
83*344a7f5eSAndroid Build Coastguard Worker    ctor public deprecated Slice.Builder(android.net.Uri);
84*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.slice.Slice.Builder addTimestamp(long, java.lang.String, java.util.List<java.lang.String>);
85*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.slice.Slice.Builder setSpec(android.app.slice.SliceSpec);
86*344a7f5eSAndroid Build Coastguard Worker  }
87*344a7f5eSAndroid Build Coastguard Worker
88*344a7f5eSAndroid Build Coastguard Worker  public final class SliceItem implements android.os.Parcelable {
89*344a7f5eSAndroid Build Coastguard Worker    method public deprecated long getTimestamp();
90*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String FORMAT_TIMESTAMP = "long";
91*344a7f5eSAndroid Build Coastguard Worker  }
92*344a7f5eSAndroid Build Coastguard Worker
93*344a7f5eSAndroid Build Coastguard Worker  public class SliceManager {
94*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.slice.Slice bindSlice(android.net.Uri, java.util.List<android.app.slice.SliceSpec>);
95*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.slice.Slice bindSlice(android.content.Intent, java.util.List<android.app.slice.SliceSpec>);
96*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void pinSlice(android.net.Uri, java.util.List<android.app.slice.SliceSpec>);
97*344a7f5eSAndroid Build Coastguard Worker  }
98*344a7f5eSAndroid Build Coastguard Worker
99*344a7f5eSAndroid Build Coastguard Worker  public abstract class SliceProvider extends android.content.ContentProvider {
100*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.slice.Slice onBindSlice(android.net.Uri, java.util.List<android.app.slice.SliceSpec>);
101*344a7f5eSAndroid Build Coastguard Worker  }
102*344a7f5eSAndroid Build Coastguard Worker
103*344a7f5eSAndroid Build Coastguard Worker}
104*344a7f5eSAndroid Build Coastguard Worker
105*344a7f5eSAndroid Build Coastguard Workerpackage android.app.usage {
106*344a7f5eSAndroid Build Coastguard Worker
107*344a7f5eSAndroid Build Coastguard Worker  public final class StorageStats implements android.os.Parcelable {
108*344a7f5eSAndroid Build Coastguard Worker    method public deprecated long getCodeBytes();
109*344a7f5eSAndroid Build Coastguard Worker  }
110*344a7f5eSAndroid Build Coastguard Worker
111*344a7f5eSAndroid Build Coastguard Worker  public class StorageStatsManager {
112*344a7f5eSAndroid Build Coastguard Worker    method public deprecated long getFreeBytes(java.lang.String) throws java.io.IOException;
113*344a7f5eSAndroid Build Coastguard Worker    method public deprecated long getTotalBytes(java.lang.String) throws java.io.IOException;
114*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean isQuotaSupported(java.lang.String);
115*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.usage.ExternalStorageStats queryExternalStatsForUser(java.lang.String, android.os.UserHandle) throws java.io.IOException;
116*344a7f5eSAndroid Build Coastguard Worker    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;
117*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.usage.StorageStats queryStatsForUid(java.lang.String, int) throws java.io.IOException;
118*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.app.usage.StorageStats queryStatsForUser(java.lang.String, android.os.UserHandle) throws java.io.IOException;
119*344a7f5eSAndroid Build Coastguard Worker  }
120*344a7f5eSAndroid Build Coastguard Worker
121*344a7f5eSAndroid Build Coastguard Worker}
122*344a7f5eSAndroid Build Coastguard Worker
123*344a7f5eSAndroid Build Coastguard Workerpackage android.content {
124*344a7f5eSAndroid Build Coastguard Worker
125*344a7f5eSAndroid Build Coastguard Worker  public class ClipData implements android.os.Parcelable {
126*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void addItem(android.content.ClipData.Item, android.content.ContentResolver);
127*344a7f5eSAndroid Build Coastguard Worker  }
128*344a7f5eSAndroid Build Coastguard Worker
129*344a7f5eSAndroid Build Coastguard Worker  public abstract class Context {
130*344a7f5eSAndroid Build Coastguard Worker    method public abstract android.content.SharedPreferences getSharedPreferences(java.io.File, int);
131*344a7f5eSAndroid Build Coastguard Worker    method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
132*344a7f5eSAndroid Build Coastguard Worker  }
133*344a7f5eSAndroid Build Coastguard Worker
134*344a7f5eSAndroid Build Coastguard Worker  public class ContextWrapper extends android.content.Context {
135*344a7f5eSAndroid Build Coastguard Worker    method public android.content.SharedPreferences getSharedPreferences(java.io.File, int);
136*344a7f5eSAndroid Build Coastguard Worker    method public java.io.File getSharedPreferencesPath(java.lang.String);
137*344a7f5eSAndroid Build Coastguard Worker  }
138*344a7f5eSAndroid Build Coastguard Worker
139*344a7f5eSAndroid Build Coastguard Worker  public class Intent implements java.lang.Cloneable android.os.Parcelable {
140*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String EXTRA_QUICK_VIEW_ADVANCED = "android.intent.extra.QUICK_VIEW_ADVANCED";
141*344a7f5eSAndroid Build Coastguard Worker  }
142*344a7f5eSAndroid Build Coastguard Worker
143*344a7f5eSAndroid Build Coastguard Worker}
144*344a7f5eSAndroid Build Coastguard Worker
145*344a7f5eSAndroid Build Coastguard Workerpackage android.content.pm {
146*344a7f5eSAndroid Build Coastguard Worker
147*344a7f5eSAndroid Build Coastguard Worker  public class ApplicationInfo extends android.content.pm.PackageItemInfo implements android.os.Parcelable {
148*344a7f5eSAndroid Build Coastguard Worker    field public deprecated java.lang.String volumeUuid;
149*344a7f5eSAndroid Build Coastguard Worker  }
150*344a7f5eSAndroid Build Coastguard Worker
151*344a7f5eSAndroid Build Coastguard Worker  public class ComponentInfo extends android.content.pm.PackageItemInfo {
152*344a7f5eSAndroid Build Coastguard Worker    field public deprecated boolean encryptionAware;
153*344a7f5eSAndroid Build Coastguard Worker  }
154*344a7f5eSAndroid Build Coastguard Worker
155*344a7f5eSAndroid Build Coastguard Worker  public class PackageInfo implements android.os.Parcelable {
156*344a7f5eSAndroid Build Coastguard Worker    field public static final int REQUESTED_PERMISSION_REQUIRED = 1; // 0x1
157*344a7f5eSAndroid Build Coastguard Worker  }
158*344a7f5eSAndroid Build Coastguard Worker
159*344a7f5eSAndroid Build Coastguard Worker  public abstract class PackageManager {
160*344a7f5eSAndroid Build Coastguard Worker    method public abstract boolean setInstantAppCookie(byte[]);
161*344a7f5eSAndroid Build Coastguard Worker  }
162*344a7f5eSAndroid Build Coastguard Worker
163*344a7f5eSAndroid Build Coastguard Worker  public class ResolveInfo implements android.os.Parcelable {
164*344a7f5eSAndroid Build Coastguard Worker    field public deprecated boolean instantAppAvailable;
165*344a7f5eSAndroid Build Coastguard Worker  }
166*344a7f5eSAndroid Build Coastguard Worker
167*344a7f5eSAndroid Build Coastguard Worker  public final class SharedLibraryInfo implements android.os.Parcelable {
168*344a7f5eSAndroid Build Coastguard Worker    method public boolean isBuiltin();
169*344a7f5eSAndroid Build Coastguard Worker    method public boolean isDynamic();
170*344a7f5eSAndroid Build Coastguard Worker    method public boolean isStatic();
171*344a7f5eSAndroid Build Coastguard Worker  }
172*344a7f5eSAndroid Build Coastguard Worker
173*344a7f5eSAndroid Build Coastguard Worker}
174*344a7f5eSAndroid Build Coastguard Worker
175*344a7f5eSAndroid Build Coastguard Workerpackage android.database {
176*344a7f5eSAndroid Build Coastguard Worker
177*344a7f5eSAndroid Build Coastguard Worker  public abstract class AbstractCursor implements android.database.CrossProcessCursor {
178*344a7f5eSAndroid Build Coastguard Worker    field protected java.lang.Long mCurrentRowID;
179*344a7f5eSAndroid Build Coastguard Worker    field protected int mRowIdColumnIndex;
180*344a7f5eSAndroid Build Coastguard Worker    field protected java.util.HashMap<java.lang.Long, java.util.Map<java.lang.String, java.lang.Object>> mUpdatedRows;
181*344a7f5eSAndroid Build Coastguard Worker  }
182*344a7f5eSAndroid Build Coastguard Worker
183*344a7f5eSAndroid Build Coastguard Worker}
184*344a7f5eSAndroid Build Coastguard Worker
185*344a7f5eSAndroid Build Coastguard Workerpackage android.graphics {
186*344a7f5eSAndroid Build Coastguard Worker
187*344a7f5eSAndroid Build Coastguard Worker  public deprecated class AvoidXfermode extends android.graphics.Xfermode {
188*344a7f5eSAndroid Build Coastguard Worker    ctor public AvoidXfermode(int, int, android.graphics.AvoidXfermode.Mode);
189*344a7f5eSAndroid Build Coastguard Worker  }
190*344a7f5eSAndroid Build Coastguard Worker
191*344a7f5eSAndroid Build Coastguard Worker  public static final class AvoidXfermode.Mode extends java.lang.Enum {
192*344a7f5eSAndroid Build Coastguard Worker    method public static android.graphics.AvoidXfermode.Mode valueOf(java.lang.String);
193*344a7f5eSAndroid Build Coastguard Worker    method public static final android.graphics.AvoidXfermode.Mode[] values();
194*344a7f5eSAndroid Build Coastguard Worker    enum_constant public static final android.graphics.AvoidXfermode.Mode AVOID;
195*344a7f5eSAndroid Build Coastguard Worker    enum_constant public static final android.graphics.AvoidXfermode.Mode TARGET;
196*344a7f5eSAndroid Build Coastguard Worker  }
197*344a7f5eSAndroid Build Coastguard Worker
198*344a7f5eSAndroid Build Coastguard Worker  public class Canvas {
199*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean clipRegion(android.graphics.Region, android.graphics.Region.Op);
200*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean clipRegion(android.graphics.Region);
201*344a7f5eSAndroid Build Coastguard Worker    method public deprecated int save(int);
202*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int CLIP_SAVE_FLAG = 2; // 0x2
203*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int CLIP_TO_LAYER_SAVE_FLAG = 16; // 0x10
204*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int FULL_COLOR_LAYER_SAVE_FLAG = 8; // 0x8
205*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int HAS_ALPHA_LAYER_SAVE_FLAG = 4; // 0x4
206*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int MATRIX_SAVE_FLAG = 1; // 0x1
207*344a7f5eSAndroid Build Coastguard Worker  }
208*344a7f5eSAndroid Build Coastguard Worker
209*344a7f5eSAndroid Build Coastguard Worker  public final class ImageDecoder implements java.lang.AutoCloseable {
210*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean getAsAlphaMask();
211*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean getConserveMemory();
212*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean getDecodeAsAlphaMask();
213*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean getMutable();
214*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean getRequireUnpremultiplied();
215*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.ImageDecoder setAsAlphaMask(boolean);
216*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void setConserveMemory(boolean);
217*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.ImageDecoder setDecodeAsAlphaMask(boolean);
218*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.ImageDecoder setMutable(boolean);
219*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.ImageDecoder setRequireUnpremultiplied(boolean);
220*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.ImageDecoder setResize(int, int);
221*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.ImageDecoder setResize(int);
222*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int ERROR_SOURCE_ERROR = 3; // 0x3
223*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int ERROR_SOURCE_EXCEPTION = 1; // 0x1
224*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int ERROR_SOURCE_INCOMPLETE = 2; // 0x2
225*344a7f5eSAndroid Build Coastguard Worker  }
226*344a7f5eSAndroid Build Coastguard Worker
227*344a7f5eSAndroid Build Coastguard Worker  public static deprecated class ImageDecoder.IncompleteException extends java.io.IOException {
228*344a7f5eSAndroid Build Coastguard Worker    ctor public ImageDecoder.IncompleteException();
229*344a7f5eSAndroid Build Coastguard Worker  }
230*344a7f5eSAndroid Build Coastguard Worker
231*344a7f5eSAndroid Build Coastguard Worker  public deprecated class LayerRasterizer extends android.graphics.Rasterizer {
232*344a7f5eSAndroid Build Coastguard Worker    ctor public LayerRasterizer();
233*344a7f5eSAndroid Build Coastguard Worker    method public void addLayer(android.graphics.Paint, float, float);
234*344a7f5eSAndroid Build Coastguard Worker    method public void addLayer(android.graphics.Paint);
235*344a7f5eSAndroid Build Coastguard Worker  }
236*344a7f5eSAndroid Build Coastguard Worker
237*344a7f5eSAndroid Build Coastguard Worker  public class Paint {
238*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.Rasterizer getRasterizer();
239*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.graphics.Rasterizer setRasterizer(android.graphics.Rasterizer);
240*344a7f5eSAndroid Build Coastguard Worker  }
241*344a7f5eSAndroid Build Coastguard Worker
242*344a7f5eSAndroid Build Coastguard Worker  public deprecated class PixelXorXfermode extends android.graphics.Xfermode {
243*344a7f5eSAndroid Build Coastguard Worker    ctor public PixelXorXfermode(int);
244*344a7f5eSAndroid Build Coastguard Worker  }
245*344a7f5eSAndroid Build Coastguard Worker
246*344a7f5eSAndroid Build Coastguard Worker  public class Rasterizer {
247*344a7f5eSAndroid Build Coastguard Worker    ctor public Rasterizer();
248*344a7f5eSAndroid Build Coastguard Worker  }
249*344a7f5eSAndroid Build Coastguard Worker
250*344a7f5eSAndroid Build Coastguard Worker}
251*344a7f5eSAndroid Build Coastguard Worker
252*344a7f5eSAndroid Build Coastguard Workerpackage android.graphics.drawable {
253*344a7f5eSAndroid Build Coastguard Worker
254*344a7f5eSAndroid Build Coastguard Worker  public class AnimatedImageDrawable extends android.graphics.drawable.Drawable implements android.graphics.drawable.Animatable2 {
255*344a7f5eSAndroid Build Coastguard Worker    method public deprecated int getLoopCount(int);
256*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void setLoopCount(int);
257*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated int LOOP_INFINITE = -1; // 0xffffffff
258*344a7f5eSAndroid Build Coastguard Worker  }
259*344a7f5eSAndroid Build Coastguard Worker
260*344a7f5eSAndroid Build Coastguard Worker}
261*344a7f5eSAndroid Build Coastguard Worker
262*344a7f5eSAndroid Build Coastguard Workerpackage android.hardware {
263*344a7f5eSAndroid Build Coastguard Worker
264*344a7f5eSAndroid Build Coastguard Worker  public final class HardwareBuffer implements java.lang.AutoCloseable android.os.Parcelable {
265*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void destroy();
266*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean isDestroyed();
267*344a7f5eSAndroid Build Coastguard Worker  }
268*344a7f5eSAndroid Build Coastguard Worker
269*344a7f5eSAndroid Build Coastguard Worker  public final class SensorDirectChannel implements java.nio.channels.Channel {
270*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean isValid();
271*344a7f5eSAndroid Build Coastguard Worker  }
272*344a7f5eSAndroid Build Coastguard Worker
273*344a7f5eSAndroid Build Coastguard Worker  public abstract class SensorManager {
274*344a7f5eSAndroid Build Coastguard Worker    method public deprecated int configureDirectChannel(android.hardware.SensorDirectChannel, android.hardware.Sensor, int);
275*344a7f5eSAndroid Build Coastguard Worker  }
276*344a7f5eSAndroid Build Coastguard Worker
277*344a7f5eSAndroid Build Coastguard Worker}
278*344a7f5eSAndroid Build Coastguard Worker
279*344a7f5eSAndroid Build Coastguard Workerpackage android.location {
280*344a7f5eSAndroid Build Coastguard Worker
281*344a7f5eSAndroid Build Coastguard Worker  public class Location implements android.os.Parcelable {
282*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void removeBearingAccuracy();
283*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void removeSpeedAccuracy();
284*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void removeVerticalAccuracy();
285*344a7f5eSAndroid Build Coastguard Worker  }
286*344a7f5eSAndroid Build Coastguard Worker
287*344a7f5eSAndroid Build Coastguard Worker}
288*344a7f5eSAndroid Build Coastguard Worker
289*344a7f5eSAndroid Build Coastguard Workerpackage android.media {
290*344a7f5eSAndroid Build Coastguard Worker
291*344a7f5eSAndroid Build Coastguard Worker  public final class AudioFormat implements android.os.Parcelable {
292*344a7f5eSAndroid Build Coastguard Worker    ctor public AudioFormat();
293*344a7f5eSAndroid Build Coastguard Worker  }
294*344a7f5eSAndroid Build Coastguard Worker
295*344a7f5eSAndroid Build Coastguard Worker}
296*344a7f5eSAndroid Build Coastguard Worker
297*344a7f5eSAndroid Build Coastguard Workerpackage android.media.tv {
298*344a7f5eSAndroid Build Coastguard Worker
299*344a7f5eSAndroid Build Coastguard Worker  public class TvView extends android.view.ViewGroup {
300*344a7f5eSAndroid Build Coastguard Worker    method public void requestUnblockContent(android.media.tv.TvContentRating);
301*344a7f5eSAndroid Build Coastguard Worker  }
302*344a7f5eSAndroid Build Coastguard Worker
303*344a7f5eSAndroid Build Coastguard Worker}
304*344a7f5eSAndroid Build Coastguard Worker
305*344a7f5eSAndroid Build Coastguard Workerpackage android.net {
306*344a7f5eSAndroid Build Coastguard Worker
307*344a7f5eSAndroid Build Coastguard Worker  public class ConnectivityManager {
308*344a7f5eSAndroid Build Coastguard Worker    method public deprecated boolean requestRouteToHost(int, int);
309*344a7f5eSAndroid Build Coastguard Worker    method public deprecated int startUsingNetworkFeature(int, java.lang.String);
310*344a7f5eSAndroid Build Coastguard Worker    method public deprecated int stopUsingNetworkFeature(int, java.lang.String);
311*344a7f5eSAndroid Build Coastguard Worker  }
312*344a7f5eSAndroid Build Coastguard Worker
313*344a7f5eSAndroid Build Coastguard Worker  public deprecated class NetworkBadging {
314*344a7f5eSAndroid Build Coastguard Worker    method public static android.graphics.drawable.Drawable getWifiIcon(int, int, android.content.res.Resources.Theme);
315*344a7f5eSAndroid Build Coastguard Worker    field public static final int BADGING_4K = 30; // 0x1e
316*344a7f5eSAndroid Build Coastguard Worker    field public static final int BADGING_HD = 20; // 0x14
317*344a7f5eSAndroid Build Coastguard Worker    field public static final int BADGING_NONE = 0; // 0x0
318*344a7f5eSAndroid Build Coastguard Worker    field public static final int BADGING_SD = 10; // 0xa
319*344a7f5eSAndroid Build Coastguard Worker  }
320*344a7f5eSAndroid Build Coastguard Worker
321*344a7f5eSAndroid Build Coastguard Worker  public static abstract class NetworkBadging.Badging implements java.lang.annotation.Annotation {
322*344a7f5eSAndroid Build Coastguard Worker  }
323*344a7f5eSAndroid Build Coastguard Worker
324*344a7f5eSAndroid Build Coastguard Worker  public class SSLCertificateSocketFactory extends javax.net.ssl.SSLSocketFactory {
325*344a7f5eSAndroid Build Coastguard Worker    method public static deprecated org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache);
326*344a7f5eSAndroid Build Coastguard Worker  }
327*344a7f5eSAndroid Build Coastguard Worker
328*344a7f5eSAndroid Build Coastguard Worker  public class TrafficStats {
329*344a7f5eSAndroid Build Coastguard Worker    method public static deprecated void setThreadStatsUidSelf();
330*344a7f5eSAndroid Build Coastguard Worker  }
331*344a7f5eSAndroid Build Coastguard Worker
332*344a7f5eSAndroid Build Coastguard Worker}
333*344a7f5eSAndroid Build Coastguard Worker
334*344a7f5eSAndroid Build Coastguard Workerpackage android.os {
335*344a7f5eSAndroid Build Coastguard Worker
336*344a7f5eSAndroid Build Coastguard Worker  public class BatteryManager {
337*344a7f5eSAndroid Build Coastguard Worker    ctor public BatteryManager();
338*344a7f5eSAndroid Build Coastguard Worker  }
339*344a7f5eSAndroid Build Coastguard Worker
340*344a7f5eSAndroid Build Coastguard Worker  public final class PowerManager {
341*344a7f5eSAndroid Build Coastguard Worker    method public void goToSleep(long);
342*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void userActivity(long, boolean);
343*344a7f5eSAndroid Build Coastguard Worker    method public void wakeUp(long);
344*344a7f5eSAndroid Build Coastguard Worker  }
345*344a7f5eSAndroid Build Coastguard Worker
346*344a7f5eSAndroid Build Coastguard Worker  public class RecoverySystem {
347*344a7f5eSAndroid Build Coastguard Worker    ctor public RecoverySystem();
348*344a7f5eSAndroid Build Coastguard Worker  }
349*344a7f5eSAndroid Build Coastguard Worker
350*344a7f5eSAndroid Build Coastguard Worker  public static final class StrictMode.ThreadPolicy.Builder {
351*344a7f5eSAndroid Build Coastguard Worker    method public android.os.StrictMode.ThreadPolicy.Builder penaltyListener(android.os.StrictMode.OnThreadViolationListener, java.util.concurrent.Executor);
352*344a7f5eSAndroid Build Coastguard Worker  }
353*344a7f5eSAndroid Build Coastguard Worker
354*344a7f5eSAndroid Build Coastguard Worker  public static final class StrictMode.VmPolicy.Builder {
355*344a7f5eSAndroid Build Coastguard Worker    method public android.os.StrictMode.VmPolicy.Builder penaltyListener(android.os.StrictMode.OnVmViolationListener, java.util.concurrent.Executor);
356*344a7f5eSAndroid Build Coastguard Worker  }
357*344a7f5eSAndroid Build Coastguard Worker
358*344a7f5eSAndroid Build Coastguard Worker  public final class SystemClock {
359*344a7f5eSAndroid Build Coastguard Worker    method public static java.time.Clock elapsedRealtimeClock();
360*344a7f5eSAndroid Build Coastguard Worker    method public static java.time.Clock uptimeClock();
361*344a7f5eSAndroid Build Coastguard Worker    method public static deprecated java.time.Clock uptimeMillisClock();
362*344a7f5eSAndroid Build Coastguard Worker  }
363*344a7f5eSAndroid Build Coastguard Worker
364*344a7f5eSAndroid Build Coastguard Worker  public class TestLooperManager {
365*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.os.MessageQueue getQueue();
366*344a7f5eSAndroid Build Coastguard Worker  }
367*344a7f5eSAndroid Build Coastguard Worker
368*344a7f5eSAndroid Build Coastguard Worker  public class UserManager {
369*344a7f5eSAndroid Build Coastguard Worker    method public android.graphics.drawable.Drawable getBadgedDrawableForUser(android.graphics.drawable.Drawable, android.os.UserHandle, android.graphics.Rect, int);
370*344a7f5eSAndroid Build Coastguard Worker    method public android.graphics.drawable.Drawable getBadgedIconForUser(android.graphics.drawable.Drawable, android.os.UserHandle);
371*344a7f5eSAndroid Build Coastguard Worker    method public java.lang.CharSequence getBadgedLabelForUser(java.lang.CharSequence, android.os.UserHandle);
372*344a7f5eSAndroid Build Coastguard Worker  }
373*344a7f5eSAndroid Build Coastguard Worker
374*344a7f5eSAndroid Build Coastguard Worker}
375*344a7f5eSAndroid Build Coastguard Worker
376*344a7f5eSAndroid Build Coastguard Workerpackage android.os.storage {
377*344a7f5eSAndroid Build Coastguard Worker
378*344a7f5eSAndroid Build Coastguard Worker  public class StorageManager {
379*344a7f5eSAndroid Build Coastguard Worker    method public android.os.storage.StorageVolume getPrimaryVolume();
380*344a7f5eSAndroid Build Coastguard Worker    method public android.os.storage.StorageVolume[] getVolumeList();
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.provider {
386*344a7f5eSAndroid Build Coastguard Worker
387*344a7f5eSAndroid Build Coastguard Worker  public class Browser {
388*344a7f5eSAndroid Build Coastguard Worker    method public static final void addSearchUrl(android.content.ContentResolver, java.lang.String);
389*344a7f5eSAndroid Build Coastguard Worker    method public static final boolean canClearHistory(android.content.ContentResolver);
390*344a7f5eSAndroid Build Coastguard Worker    method public static final void clearHistory(android.content.ContentResolver);
391*344a7f5eSAndroid Build Coastguard Worker    method public static final void clearSearches(android.content.ContentResolver);
392*344a7f5eSAndroid Build Coastguard Worker    method public static final void deleteFromHistory(android.content.ContentResolver, java.lang.String);
393*344a7f5eSAndroid Build Coastguard Worker    method public static final void deleteHistoryTimeFrame(android.content.ContentResolver, long, long);
394*344a7f5eSAndroid Build Coastguard Worker    method public static final android.database.Cursor getAllBookmarks(android.content.ContentResolver) throws java.lang.IllegalStateException;
395*344a7f5eSAndroid Build Coastguard Worker    method public static final android.database.Cursor getAllVisitedUrls(android.content.ContentResolver) throws java.lang.IllegalStateException;
396*344a7f5eSAndroid Build Coastguard Worker    method public static final void requestAllIcons(android.content.ContentResolver, java.lang.String, android.webkit.WebIconDatabase.IconListener);
397*344a7f5eSAndroid Build Coastguard Worker    method public static final void saveBookmark(android.content.Context, java.lang.String, java.lang.String);
398*344a7f5eSAndroid Build Coastguard Worker    method public static final void truncateHistory(android.content.ContentResolver);
399*344a7f5eSAndroid Build Coastguard Worker    method public static final void updateVisitedHistory(android.content.ContentResolver, java.lang.String, boolean);
400*344a7f5eSAndroid Build Coastguard Worker    field public static final android.net.Uri BOOKMARKS_URI;
401*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String[] HISTORY_PROJECTION;
402*344a7f5eSAndroid Build Coastguard Worker    field public static final int HISTORY_PROJECTION_BOOKMARK_INDEX = 4; // 0x4
403*344a7f5eSAndroid Build Coastguard Worker    field public static final int HISTORY_PROJECTION_DATE_INDEX = 3; // 0x3
404*344a7f5eSAndroid Build Coastguard Worker    field public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6; // 0x6
405*344a7f5eSAndroid Build Coastguard Worker    field public static final int HISTORY_PROJECTION_ID_INDEX = 0; // 0x0
406*344a7f5eSAndroid Build Coastguard Worker    field public static final int HISTORY_PROJECTION_TITLE_INDEX = 5; // 0x5
407*344a7f5eSAndroid Build Coastguard Worker    field public static final int HISTORY_PROJECTION_URL_INDEX = 1; // 0x1
408*344a7f5eSAndroid Build Coastguard Worker    field public static final int HISTORY_PROJECTION_VISITS_INDEX = 2; // 0x2
409*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String[] SEARCHES_PROJECTION;
410*344a7f5eSAndroid Build Coastguard Worker    field public static final int SEARCHES_PROJECTION_DATE_INDEX = 2; // 0x2
411*344a7f5eSAndroid Build Coastguard Worker    field public static final int SEARCHES_PROJECTION_SEARCH_INDEX = 1; // 0x1
412*344a7f5eSAndroid Build Coastguard Worker    field public static final android.net.Uri SEARCHES_URI;
413*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String[] TRUNCATE_HISTORY_PROJECTION;
414*344a7f5eSAndroid Build Coastguard Worker    field public static final int TRUNCATE_HISTORY_PROJECTION_ID_INDEX = 0; // 0x0
415*344a7f5eSAndroid Build Coastguard Worker    field public static final int TRUNCATE_N_OLDEST = 5; // 0x5
416*344a7f5eSAndroid Build Coastguard Worker  }
417*344a7f5eSAndroid Build Coastguard Worker
418*344a7f5eSAndroid Build Coastguard Worker  public static class Browser.BookmarkColumns implements android.provider.BaseColumns {
419*344a7f5eSAndroid Build Coastguard Worker    ctor public Browser.BookmarkColumns();
420*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String BOOKMARK = "bookmark";
421*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String CREATED = "created";
422*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String DATE = "date";
423*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String FAVICON = "favicon";
424*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String TITLE = "title";
425*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String URL = "url";
426*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VISITS = "visits";
427*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _COUNT = "_count";
428*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _ID = "_id";
429*344a7f5eSAndroid Build Coastguard Worker  }
430*344a7f5eSAndroid Build Coastguard Worker
431*344a7f5eSAndroid Build Coastguard Worker  public static class Browser.SearchColumns implements android.provider.BaseColumns {
432*344a7f5eSAndroid Build Coastguard Worker    ctor public Browser.SearchColumns();
433*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String DATE = "date";
434*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String SEARCH = "search";
435*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String URL = "url";
436*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _COUNT = "_count";
437*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _ID = "_id";
438*344a7f5eSAndroid Build Coastguard Worker  }
439*344a7f5eSAndroid Build Coastguard Worker
440*344a7f5eSAndroid Build Coastguard Worker  public static final deprecated class ContactsContract.Contacts.StreamItems implements android.provider.ContactsContract.StreamItemsColumns {
441*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTENT_DIRECTORY = "stream_items";
442*344a7f5eSAndroid Build Coastguard Worker  }
443*344a7f5eSAndroid Build Coastguard Worker
444*344a7f5eSAndroid Build Coastguard Worker  public static final deprecated class ContactsContract.RawContacts.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns {
445*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTENT_DIRECTORY = "stream_items";
446*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _COUNT = "_count";
447*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _ID = "_id";
448*344a7f5eSAndroid Build Coastguard Worker  }
449*344a7f5eSAndroid Build Coastguard Worker
450*344a7f5eSAndroid Build Coastguard Worker  public static final deprecated class ContactsContract.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns {
451*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String PHOTO = "photo";
452*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _COUNT = "_count";
453*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _ID = "_id";
454*344a7f5eSAndroid Build Coastguard Worker  }
455*344a7f5eSAndroid Build Coastguard Worker
456*344a7f5eSAndroid Build Coastguard Worker  protected static abstract deprecated interface ContactsContract.StreamItemPhotosColumns {
457*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String PHOTO_FILE_ID = "photo_file_id";
458*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String PHOTO_URI = "photo_uri";
459*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SORT_INDEX = "sort_index";
460*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String STREAM_ITEM_ID = "stream_item_id";
461*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC1 = "stream_item_photo_sync1";
462*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC2 = "stream_item_photo_sync2";
463*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC3 = "stream_item_photo_sync3";
464*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC4 = "stream_item_photo_sync4";
465*344a7f5eSAndroid Build Coastguard Worker  }
466*344a7f5eSAndroid Build Coastguard Worker
467*344a7f5eSAndroid Build Coastguard Worker  public static final deprecated class ContactsContract.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns {
468*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item";
469*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated android.net.Uri CONTENT_LIMIT_URI;
470*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated android.net.Uri CONTENT_PHOTO_URI;
471*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item";
472*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated android.net.Uri CONTENT_URI;
473*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String MAX_ITEMS = "max_items";
474*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _COUNT = "_count";
475*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _ID = "_id";
476*344a7f5eSAndroid Build Coastguard Worker  }
477*344a7f5eSAndroid Build Coastguard Worker
478*344a7f5eSAndroid Build Coastguard Worker  public static final deprecated class ContactsContract.StreamItems.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns {
479*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTENT_DIRECTORY = "photo";
480*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item_photo";
481*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item_photo";
482*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _COUNT = "_count";
483*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String _ID = "_id";
484*344a7f5eSAndroid Build Coastguard Worker  }
485*344a7f5eSAndroid Build Coastguard Worker
486*344a7f5eSAndroid Build Coastguard Worker  protected static abstract deprecated interface ContactsContract.StreamItemsColumns {
487*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String ACCOUNT_NAME = "account_name";
488*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String ACCOUNT_TYPE = "account_type";
489*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String COMMENTS = "comments";
490*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTACT_ID = "contact_id";
491*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTACT_LOOKUP_KEY = "contact_lookup";
492*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String DATA_SET = "data_set";
493*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String RAW_CONTACT_ID = "raw_contact_id";
494*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String RAW_CONTACT_SOURCE_ID = "raw_contact_source_id";
495*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String RES_ICON = "icon";
496*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String RES_LABEL = "label";
497*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String RES_PACKAGE = "res_package";
498*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC1 = "stream_item_sync1";
499*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC2 = "stream_item_sync2";
500*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC3 = "stream_item_sync3";
501*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String SYNC4 = "stream_item_sync4";
502*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String TEXT = "text";
503*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String TIMESTAMP = "timestamp";
504*344a7f5eSAndroid Build Coastguard Worker  }
505*344a7f5eSAndroid Build Coastguard Worker
506*344a7f5eSAndroid Build Coastguard Worker  public static final class Settings.Global extends android.provider.Settings.NameValueTable {
507*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated java.lang.String CONTACT_METADATA_SYNC = "contact_metadata_sync";
508*344a7f5eSAndroid Build Coastguard Worker  }
509*344a7f5eSAndroid Build Coastguard Worker
510*344a7f5eSAndroid Build Coastguard Worker  public static final class Settings.System extends android.provider.Settings.NameValueTable {
511*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String APPEND_FOR_LAST_AUDIBLE = "_last_audible";
512*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VOLUME_ALARM = "volume_alarm";
513*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VOLUME_BLUETOOTH_SCO = "volume_bluetooth_sco";
514*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VOLUME_MUSIC = "volume_music";
515*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VOLUME_NOTIFICATION = "volume_notification";
516*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VOLUME_RING = "volume_ring";
517*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String[] VOLUME_SETTINGS;
518*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VOLUME_SYSTEM = "volume_system";
519*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String VOLUME_VOICE = "volume_voice";
520*344a7f5eSAndroid Build Coastguard Worker  }
521*344a7f5eSAndroid Build Coastguard Worker
522*344a7f5eSAndroid Build Coastguard Worker  public static final class Telephony.Sms.Intents {
523*344a7f5eSAndroid Build Coastguard Worker    field public static final java.lang.String SMS_EMERGENCY_CB_RECEIVED_ACTION = "android.provider.Telephony.SMS_EMERGENCY_CB_RECEIVED";
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.speech.tts {
529*344a7f5eSAndroid Build Coastguard Worker
530*344a7f5eSAndroid Build Coastguard Worker  public abstract class UtteranceProgressListener {
531*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void onUtteranceRangeStart(java.lang.String, int, int);
532*344a7f5eSAndroid Build Coastguard Worker  }
533*344a7f5eSAndroid Build Coastguard Worker
534*344a7f5eSAndroid Build Coastguard Worker}
535*344a7f5eSAndroid Build Coastguard Worker
536*344a7f5eSAndroid Build Coastguard Workerpackage android.telephony {
537*344a7f5eSAndroid Build Coastguard Worker
538*344a7f5eSAndroid Build Coastguard Worker  public class NetworkScan {
539*344a7f5eSAndroid Build Coastguard Worker    method public deprecated void stop() throws android.os.RemoteException;
540*344a7f5eSAndroid Build Coastguard Worker  }
541*344a7f5eSAndroid Build Coastguard Worker
542*344a7f5eSAndroid Build Coastguard Worker  public class TelephonyManager {
543*344a7f5eSAndroid Build Coastguard Worker    method public deprecated android.telephony.NetworkScan requestNetworkScan(android.telephony.NetworkScanRequest, android.telephony.TelephonyScanManager.NetworkScanCallback);
544*344a7f5eSAndroid Build Coastguard Worker  }
545*344a7f5eSAndroid Build Coastguard Worker
546*344a7f5eSAndroid Build Coastguard Worker}
547*344a7f5eSAndroid Build Coastguard Worker
548*344a7f5eSAndroid Build Coastguard Workerpackage android.text.format {
549*344a7f5eSAndroid Build Coastguard Worker
550*344a7f5eSAndroid Build Coastguard Worker  public class DateFormat {
551*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char AM_PM = 97; // 0x0061 'a'
552*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char CAPITAL_AM_PM = 65; // 0x0041 'A'
553*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char DATE = 100; // 0x0064 'd'
554*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char DAY = 69; // 0x0045 'E'
555*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char HOUR = 104; // 0x0068 'h'
556*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char HOUR_OF_DAY = 107; // 0x006b 'k'
557*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char MINUTE = 109; // 0x006d 'm'
558*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char MONTH = 77; // 0x004d 'M'
559*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char QUOTE = 39; // 0x0027 '\''
560*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char SECONDS = 115; // 0x0073 's'
561*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char STANDALONE_MONTH = 76; // 0x004c 'L'
562*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char TIME_ZONE = 122; // 0x007a 'z'
563*344a7f5eSAndroid Build Coastguard Worker    field public static final deprecated char YEAR = 121; // 0x0079 'y'
564*344a7f5eSAndroid Build Coastguard Worker  }
565*344a7f5eSAndroid Build Coastguard Worker
566*344a7f5eSAndroid Build Coastguard Worker}
567*344a7f5eSAndroid Build Coastguard Worker
568*344a7f5eSAndroid Build Coastguard Workerpackage android.text.style {
569*344a7f5eSAndroid Build Coastguard Worker
570*344a7f5eSAndroid Build Coastguard Worker  public class RasterizerSpan extends android.text.style.CharacterStyle implements android.text.style.UpdateAppearance {
571*344a7f5eSAndroid Build Coastguard Worker    ctor public RasterizerSpan(android.graphics.Rasterizer);
572*344a7f5eSAndroid Build Coastguard Worker    method public android.graphics.Rasterizer getRasterizer();
573*344a7f5eSAndroid Build Coastguard Worker    method public void updateDrawState(android.text.TextPaint);
574*344a7f5eSAndroid Build Coastguard Worker  }
575*344a7f5eSAndroid Build Coastguard Worker
576*344a7f5eSAndroid Build Coastguard Worker}
577*344a7f5eSAndroid Build Coastguard Worker
578*344a7f5eSAndroid Build Coastguard Workerpackage android.util {
579*344a7f5eSAndroid Build Coastguard Worker
580*344a7f5eSAndroid Build Coastguard Worker  public deprecated class FloatMath {
581*344a7f5eSAndroid Build Coastguard Worker    method public static float ceil(float);
582*344a7f5eSAndroid Build Coastguard Worker    method public static float cos(float);
583*344a7f5eSAndroid Build Coastguard Worker    method public static float exp(float);
584*344a7f5eSAndroid Build Coastguard Worker    method public static float floor(float);
585*344a7f5eSAndroid Build Coastguard Worker    method public static float hypot(float, float);
586*344a7f5eSAndroid Build Coastguard Worker    method public static float pow(float, float);
587*344a7f5eSAndroid Build Coastguard Worker    method public static float sin(float);
588*344a7f5eSAndroid Build Coastguard Worker    method public static float sqrt(float);
589*344a7f5eSAndroid Build Coastguard Worker  }
590*344a7f5eSAndroid Build Coastguard Worker
591*344a7f5eSAndroid Build Coastguard Worker}
592*344a7f5eSAndroid Build Coastguard Worker
593*344a7f5eSAndroid Build Coastguard Workerpackage android.view {
594*344a7f5eSAndroid Build Coastguard Worker
595*344a7f5eSAndroid Build Coastguard Worker  public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback {
596*344a7f5eSAndroid Build Coastguard Worker    method protected void initializeFadingEdge(android.content.res.TypedArray);
597*344a7f5eSAndroid Build Coastguard Worker    method protected void initializeScrollbars(android.content.res.TypedArray);
598*344a7f5eSAndroid Build Coastguard Worker  }
599*344a7f5eSAndroid Build Coastguard Worker
600*344a7f5eSAndroid Build Coastguard Worker  public class ViewConfiguration {
601*344a7f5eSAndroid Build Coastguard Worker    method public int getScaledScrollFactor();
602*344a7f5eSAndroid Build Coastguard Worker  }
603*344a7f5eSAndroid Build Coastguard Worker
604*344a7f5eSAndroid Build Coastguard Worker  public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {
605*344a7f5eSAndroid Build Coastguard Worker    field public static final int TYPE_KEYGUARD = 2004; // 0x7d4
606*344a7f5eSAndroid Build Coastguard Worker  }
607*344a7f5eSAndroid Build Coastguard Worker
608*344a7f5eSAndroid Build Coastguard Worker}
609*344a7f5eSAndroid Build Coastguard Worker
610*344a7f5eSAndroid Build Coastguard Workerpackage android.webkit {
611*344a7f5eSAndroid Build Coastguard Worker
612*344a7f5eSAndroid Build Coastguard Worker  public class WebViewClient {
613*344a7f5eSAndroid Build Coastguard Worker    method public void onUnhandledInputEvent(android.webkit.WebView, android.view.InputEvent);
614*344a7f5eSAndroid Build Coastguard Worker  }
615*344a7f5eSAndroid Build Coastguard Worker
616*344a7f5eSAndroid Build Coastguard Worker}
617*344a7f5eSAndroid Build Coastguard Worker
618*344a7f5eSAndroid Build Coastguard Workerpackage android.widget {
619*344a7f5eSAndroid Build Coastguard Worker
620*344a7f5eSAndroid Build Coastguard Worker  public class ListView extends android.widget.AbsListView {
621*344a7f5eSAndroid Build Coastguard Worker    method protected <T extends android.view.View> T findViewTraversal(int);
622*344a7f5eSAndroid Build Coastguard Worker    method protected <T extends android.view.View> T findViewWithTagTraversal(java.lang.Object);
623*344a7f5eSAndroid Build Coastguard Worker  }
624*344a7f5eSAndroid Build Coastguard Worker
625*344a7f5eSAndroid Build Coastguard Worker  public class TextView extends android.view.View implements android.view.ViewTreeObserver.OnPreDrawListener {
626*344a7f5eSAndroid Build Coastguard Worker    method public static int getTextColor(android.content.Context, android.content.res.TypedArray, int);
627*344a7f5eSAndroid Build Coastguard Worker    method public static android.content.res.ColorStateList getTextColors(android.content.Context, android.content.res.TypedArray);
628*344a7f5eSAndroid Build Coastguard Worker  }
629*344a7f5eSAndroid Build Coastguard Worker
630*344a7f5eSAndroid Build Coastguard Worker}
631*344a7f5eSAndroid Build Coastguard Worker
632