Home
last modified time | relevance | path

Searched refs:Deprecated (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/frameworks/base/core/java/android/provider/
DContacts.java46 @Deprecated
53 @Deprecated
60 @Deprecated
67 @Deprecated
73 @Deprecated
79 @Deprecated
85 @Deprecated
91 @Deprecated
103 @Deprecated
110 @Deprecated
[all …]
/frameworks/base/location/lib/api/
Dsystem-current.txt4 @Deprecated public final class FusedLocationHardware {
5 method @Deprecated public void flushBatchedLocations();
6 method @Deprecated public int getSupportedBatchSize();
7 method @Deprecated public int getVersion();
8 method @Deprecated public void injectDeviceContext(int);
9 method @Deprecated public void injectDiagnosticData(String);
10 …method @Deprecated public void registerSink(com.android.location.provider.FusedLocationHardwareSin…
11 method @Deprecated public void requestBatchOfLocations(int);
12 …method @Deprecated public void startBatching(int, com.android.location.provider.GmsFusedBatchOptio…
13 method @Deprecated public void stopBatching(int);
[all …]
Dcurrent.txt4 @Deprecated public abstract class FusedProvider {
5 ctor @Deprecated public FusedProvider();
6 method @Deprecated public android.os.IBinder getBinder();
9 @Deprecated public abstract class LocationProviderBase {
10 …ctor @Deprecated public LocationProviderBase(String, com.android.location.provider.ProviderPropert…
11 …ctor @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.R) public LocationProviderBase(androi…
12 method @Deprecated public android.os.IBinder getBinder();
13 method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.R) public boolean isAllowed();
14 method @Deprecated @RequiresApi(android.os.Build.VERSION_CODES.Q) public boolean isEnabled();
15 method @Deprecated protected void onDisable();
[all …]
/frameworks/base/cmds/uiautomator/api/
Dcurrent.txt4 @Deprecated public final class Configurator {
5 method @Deprecated public long getActionAcknowledgmentTimeout();
6 method @Deprecated public static com.android.uiautomator.core.Configurator getInstance();
7 method @Deprecated public long getKeyInjectionDelay();
8 method @Deprecated public long getScrollAcknowledgmentTimeout();
9 method @Deprecated public long getWaitForIdleTimeout();
10 method @Deprecated public long getWaitForSelectorTimeout();
11 …method @Deprecated public com.android.uiautomator.core.Configurator setActionAcknowledgmentTimeout…
12 method @Deprecated public com.android.uiautomator.core.Configurator setKeyInjectionDelay(long);
13 …method @Deprecated public com.android.uiautomator.core.Configurator setScrollAcknowledgmentTimeout…
[all …]
/frameworks/base/telephony/java/com/android/ims/
DImsConfig.java41 @Deprecated
140 @Deprecated
149 @Deprecated
158 @Deprecated
167 @Deprecated
176 @Deprecated
185 @Deprecated
193 @Deprecated
201 @Deprecated
209 @Deprecated
[all …]
/frameworks/base/test-runner/api/
Dcurrent.txt4 …@Deprecated public abstract class ActivityInstrumentationTestCase<T extends android.app.Activity> …
5 ctor @Deprecated public ActivityInstrumentationTestCase(String, Class<T>);
6 ctor @Deprecated public ActivityInstrumentationTestCase(String, Class<T>, boolean);
7 method @Deprecated public T getActivity();
8 method @Deprecated public void testActivityTestCaseSetUpProperly() throws java.lang.Exception;
11 …@Deprecated public abstract class ActivityInstrumentationTestCase2<T extends android.app.Activity>…
12 ctor @Deprecated public ActivityInstrumentationTestCase2(String, Class<T>);
13 ctor @Deprecated public ActivityInstrumentationTestCase2(Class<T>);
14 method @Deprecated public T getActivity();
15 method @Deprecated public void setActivityInitialTouchMode(boolean);
[all …]
/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsMessage.java35 @Deprecated
42 @Deprecated
50 @Deprecated public static final int ENCODING_UNKNOWN = 0;
55 @Deprecated public static final int ENCODING_7BIT = 1;
60 @Deprecated public static final int ENCODING_8BIT = 2;
65 @Deprecated public static final int ENCODING_16BIT = 3;
70 @Deprecated public static final int MAX_USER_DATA_BYTES = 140;
80 @Deprecated public static final int MAX_USER_DATA_BYTES_WITH_HEADER = 134;
85 @Deprecated public static final int MAX_USER_DATA_SEPTETS = 160;
93 @Deprecated public static final int MAX_USER_DATA_SEPTETS_WITH_HEADER = 153;
[all …]
DSmsManager.java29 @Deprecated public final class SmsManager {
38 @Deprecated
46 @Deprecated
75 @Deprecated
92 @Deprecated
127 @Deprecated
160 @Deprecated
179 @Deprecated
192 @Deprecated
209 @Deprecated
[all …]
/frameworks/layoutlib/bridge/src/android/net/
DConnectivityManager.java43 @Deprecated
48 @Deprecated
50 @Deprecated
53 @Deprecated
55 @Deprecated
59 @Deprecated
78 @Deprecated
120 @Deprecated
123 @Deprecated
126 @Deprecated
[all …]
/frameworks/base/media/java/android/media/
DMediaScanner.java34 @Deprecated
36 @Deprecated
41 @Deprecated
44 @Deprecated
47 @Deprecated
50 @Deprecated
54 @Deprecated
57 @Deprecated
60 @Deprecated
65 @Deprecated
[all …]
/frameworks/base/core/java/android/webkit/
DWebSettings.java64 @Deprecated enumConstant
69 @Deprecated enumConstant
86 @Deprecated
152 @Deprecated
273 @Deprecated
286 @Deprecated
440 @Deprecated
451 @Deprecated
464 @Deprecated
477 @Deprecated
[all …]
DPlugin.java33 @Deprecated
60 @Deprecated
77 @Deprecated
87 @Deprecated
97 @Deprecated
107 @Deprecated
117 @Deprecated
127 @Deprecated
137 @Deprecated
147 @Deprecated
[all …]
DPluginList.java32 @Deprecated
43 @Deprecated
55 @Deprecated
67 @Deprecated
81 @Deprecated
96 @Deprecated
108 @Deprecated
/frameworks/base/test-mock/api/
Dcurrent.txt4 @Deprecated public class MockAccountManager {
5 …method @Deprecated public static android.accounts.AccountManager newMockAccountManager(android.con…
8 @Deprecated public class MockApplication extends android.app.Application {
9 ctor @Deprecated public MockApplication();
17 …method @Deprecated public static void attachInfoForTesting(android.content.ContentProvider, androi…
141 @Deprecated public class MockCursor implements android.database.Cursor {
142 ctor @Deprecated public MockCursor();
143 method @Deprecated public void close();
144 method @Deprecated public void copyStringToBuffer(int, android.database.CharArrayBuffer);
145 method @Deprecated public void deactivate();
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java61 @Deprecated
202 @Deprecated
239 @Deprecated
271 @Deprecated
329 @Deprecated
337 @Deprecated
345 @Deprecated
353 @Deprecated
361 @Deprecated
369 @Deprecated
[all …]
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java67 @Deprecated
86 @Deprecated
96 @Deprecated
112 @Deprecated
126 @Deprecated
145 @Deprecated
156 @Deprecated
165 @Deprecated
178 @Deprecated
190 @Deprecated
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothHealth.java59 @Deprecated
70 @Deprecated
81 @Deprecated
92 @Deprecated
103 @Deprecated
130 @Deprecated
153 @Deprecated
178 @Deprecated
205 @Deprecated
232 @Deprecated
[all …]
/frameworks/base/core/api/
Dremoved.txt5 method @Deprecated public String getChannel();
7 method @Deprecated public long getTimeout();
8 …method @Deprecated public void setLatestEventInfo(android.content.Context, CharSequence, CharSeque…
12 method @Deprecated @Nullable public android.graphics.drawable.Icon getBubbleIcon();
13 method @Deprecated @Nullable public android.app.PendingIntent getBubbleIntent();
17 …method @Deprecated @NonNull public android.app.Notification.BubbleMetadata.Builder createIntentBub…
18 …method @Deprecated @NonNull public android.app.Notification.BubbleMetadata.Builder createShortcutB…
22 method @Deprecated public android.app.Notification.Builder setChannel(String);
23 method @Deprecated public android.app.Notification.Builder setTimeout(long);
31 …field @Deprecated public static final String EXTRA_SLIDER_VALUE = "android.app.slice.extra.SLIDER_…
[all …]
Dsystem-removed.txt13 …method @Deprecated @NonNull @RequiresPermission(android.Manifest.permission.GET_APP_OPS_STATS) pub…
14 …method @Deprecated public void setNotedAppOpsCollector(@Nullable android.app.AppOpsManager.AppOpsC…
17 …@Deprecated public abstract static class AppOpsManager.AppOpsCollector extends android.app.AppOpsM…
27 method @Deprecated public String getChannel();
35 …method @Deprecated public int restoreSome(long, android.app.backup.RestoreObserver, android.app.ba…
36 method @Deprecated public int restoreSome(long, android.app.backup.RestoreObserver, String[]);
44 ctor @Deprecated public AppTarget.Builder(@NonNull android.app.prediction.AppTargetId);
45 …method @Deprecated @NonNull public android.app.prediction.AppTarget.Builder setTarget(@NonNull Str…
46 …method @Deprecated @NonNull public android.app.prediction.AppTarget.Builder setTarget(@NonNull and…
54 method @Deprecated @NonNull public long getTimestamp();
[all …]
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java69 @Deprecated
88 @Deprecated
182 @Deprecated
238 @Deprecated
293 @Deprecated
321 @Deprecated
338 @Deprecated
441 @Deprecated
463 @Deprecated
469 @Deprecated
[all …]
/frameworks/base/core/java/android/app/
DActionBar.java118 @Deprecated
131 @Deprecated
143 @Deprecated
351 @Deprecated
365 @Deprecated
378 @Deprecated
391 @Deprecated
594 @Deprecated
611 @Deprecated
638 @Deprecated
[all …]
/frameworks/base/test-base/api/
Dcurrent.txt4 @Deprecated public class AndroidTestCase extends junit.framework.TestCase {
5 ctor @Deprecated public AndroidTestCase();
6 method @Deprecated public void assertActivityRequiresPermission(String, String, String);
7 … method @Deprecated public void assertReadingContentUriRequiresPermission(android.net.Uri, String);
8 … method @Deprecated public void assertWritingContentUriRequiresPermission(android.net.Uri, String);
9 method @Deprecated public android.content.Context getContext();
10 method @Deprecated public android.content.Context getTestContext();
11 method @Deprecated protected void scrubClass(Class<?>) throws java.lang.IllegalAccessException;
12 method @Deprecated public void setContext(android.content.Context);
13 method @Deprecated public void setTestContext(android.content.Context);
[all …]
/frameworks/base/core/java/android/util/
DConfig.java23 @Deprecated
30 @Deprecated
36 @Deprecated
42 @Deprecated
48 @Deprecated
54 @Deprecated
/frameworks/base/telephony/java/android/telephony/
DSignalStrength.java402 @Deprecated
416 @Deprecated
432 @Deprecated
446 @Deprecated
462 @Deprecated
476 @Deprecated
490 @Deprecated
503 @Deprecated
517 @Deprecated
531 @Deprecated
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCard.java130 @Deprecated
145 @Deprecated
160 @Deprecated
181 @Deprecated
196 @Deprecated
211 @Deprecated
231 @Deprecated
249 @Deprecated
265 @Deprecated
279 @Deprecated
[all …]

12345678910>>...44