HomeSort by relevance Sort by last modified time
    Searched refs:Deprecated (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/util/
Config.java 32 * Deprecated fields
37 * @deprecated Use {@link #DEBUG} instead.
39 @Deprecated
43 * @deprecated Always false.
45 @Deprecated
49 * @deprecated Always false.
51 @Deprecated
55 * @deprecated Always true.
57 @Deprecated
  /frameworks/base/core/java/android/provider/
Contacts.java 40 * @deprecated The APIs have been superseded by {@link ContactsContract}. The newer APIs allow
45 @Deprecated
50 * @deprecated see {@link android.provider.ContactsContract}
52 @Deprecated
57 * @deprecated see {@link android.provider.ContactsContract}
59 @Deprecated
64 * @deprecated see {@link android.provider.ContactsContract}
66 @Deprecated
70 * @deprecated see {@link android.provider.ContactsContract}
72 @Deprecated
    [all...]
  /frameworks/base/telephony/java/android/telephony/gsm/
SmsManager.java 27 * @deprecated Replaced by android.telephony.SmsManager that supports both GSM and CDMA.
29 @Deprecated public final class SmsManager {
36 * @deprecated Use android.telephony.SmsManager.
38 @Deprecated
46 @Deprecated
73 * @deprecated Use android.telephony.SmsManager.
75 @Deprecated
90 * @deprecated Use android.telephony.SmsManager.
92 @Deprecated
125 * @deprecated Use android.telephony.SmsManager
    [all...]
SmsMessage.java 35 * @deprecated Replaced by android.telephony.SmsMessage that supports both GSM and CDMA.
37 @Deprecated
45 * @deprecated Use android.telephony.SmsMessage.
47 @Deprecated
53 * @deprecated Use android.telephony.SmsMessage.
55 @Deprecated public static final int ENCODING_UNKNOWN = 0;
58 * @deprecated Use android.telephony.SmsMessage.
60 @Deprecated public static final int ENCODING_7BIT = 1;
63 * @deprecated Use android.telephony.SmsMessage.
65 @Deprecated public static final int ENCODING_8BIT = 2
    [all...]
  /frameworks/base/core/java/android/webkit/
PluginData.java 31 * @deprecated This class was intended to be used by Gears. Since Gears was
32 * deprecated, so is this class.
34 @Deprecated
66 * @deprecated This class was intended to be used by Gears. Since Gears was
67 * deprecated, so is this class.
69 @Deprecated
86 * @deprecated This class was intended to be used by Gears. Since Gears was
87 * deprecated, so is this class.
89 @Deprecated
99 * @deprecated This class was intended to be used by Gears. Since Gears wa
    [all...]
Plugin.java 30 * @deprecated This interface was intended to be used by Gears. Since Gears was
31 * deprecated, so is this class.
33 @Deprecated
46 * @deprecated This interface was intended to be used by Gears. Since Gears was
47 * deprecated, so is this class.
49 @Deprecated
62 * @deprecated This interface was intended to be used by Gears. Since Gears was
63 * deprecated, so is this class.
65 @Deprecated
71 * @deprecated This interface was intended to be used by Gears. Since Gears wa
    [all...]
UrlInterceptHandler.java 24 * @deprecated This interface was inteded to be used by Gears. Since Gears was
25 * deprecated, so is this class.
27 @Deprecated
39 * @deprecated Do not use, this interface is deprecated.
41 @Deprecated
53 * @deprecated Do not use, this interface is deprecated.
55 @Deprecated
PluginList.java 28 * @deprecated This interface was intended to be used by Gears. Since Gears was
29 * deprecated, so is this class.
31 @Deprecated
38 * @deprecated This interface was intended to be used by Gears. Since Gears was
39 * deprecated, so is this class.
41 @Deprecated
49 * @deprecated This interface was intended to be used by Gears. Since Gears was
50 * deprecated, so is this class.
52 @Deprecated
60 * @deprecated This interface was intended to be used by Gears. Since Gears wa
    [all...]
UrlInterceptRegistry.java 28 * @deprecated This class was intended to be used by Gears. Since Gears was
29 * deprecated, so is this class.
31 @Deprecated
51 * @deprecated This class was intended to be used by Gears. Since Gears was
52 * deprecated, so is this class.
54 @Deprecated
64 * @deprecated This class was intended to be used by Gears. Since Gears was
65 * deprecated, so is this class.
67 @Deprecated
79 * @deprecated This class was intended to be used by Gears. Since Gears wa
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorListener.java 23 * @deprecated Use
26 @Deprecated
  /frameworks/base/core/java/android/database/
Cursor.java 156 * @deprecated use {@link ContentResolver#delete(Uri, String, String[])}
158 @Deprecated
307 * @deprecated use the {@link ContentResolver} update methods instead of the Cursor
310 @Deprecated
318 * @deprecated use the {@link ContentResolver} update methods instead of the Cursor
321 @Deprecated
333 * @deprecated use the {@link ContentResolver} update methods instead of the Cursor
336 @Deprecated
348 * @deprecated use the {@link ContentResolver} update methods instead of the Cursor
351 @Deprecated
    [all...]
  /frameworks/base/awt/java/awt/
MenuContainer.java 52 * @deprecated Replaced by dispatchEvent method.
54 @Deprecated
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 51 * @deprecated use {@link android.graphics.ImageFormat#NV16
54 @Deprecated
58 * @deprecated use {@link android.graphics.ImageFormat#NV21
61 @Deprecated
65 * @deprecated use {@link android.graphics.ImageFormat#YUY2
68 @Deprecated
72 * @deprecated use {@link android.graphics.ImageFormat#JPEG
75 @Deprecated
  /frameworks/base/test-runner/src/android/test/
TestCase.java 34 @Deprecated
  /external/guava/src/com/google/common/collect/
ImmutableSortedSetFauxverideShim.java 23 * {@link ImmutableSortedSet} equivalents with deprecated, exception-throwing
45 * @deprecated Use {@link ImmutableSortedSet#naturalOrder}, which offers
48 @Deprecated public static <E> ImmutableSortedSet.Builder<E> builder() {
58 * @deprecated <b>Pass a parameter of type {@code Comparable} to use {@link
61 @Deprecated public static <E> ImmutableSortedSet<E> of(E element) {
71 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) {
84 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@link
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) {
97 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@lin
    [all...]
ImmutableSortedMapFauxverideShim.java 23 * {@link ImmutableSortedMap} equivalents with deprecated, exception-throwing
37 * @deprecated Use {@link ImmutableSortedMap#naturalOrder}, which offers
40 @Deprecated public static <K, V> ImmutableSortedMap.Builder<K, V> builder() {
50 * @deprecated <b>Pass a key of type {@code Comparable} to use {@link
53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) {
63 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
66 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(
77 * @deprecated <b>Pass keys of type {@code Comparable} to use {@link
81 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(
92 * @deprecated <b>Pass keys of type {@code Comparable} to use {@lin
    [all...]
  /frameworks/base/core/java/android/content/
DialogInterface.java 41 * @deprecated Use {@link #BUTTON_POSITIVE}
43 @Deprecated
47 * @deprecated Use {@link #BUTTON_NEGATIVE}
49 @Deprecated
53 * @deprecated Use {@link #BUTTON_NEUTRAL}
55 @Deprecated
  /dalvik/libcore/luni/src/main/java/java/lang/
Deprecated.java 25 * by programmers. Compilers produce a warning if a deprecated program element
32 public @interface Deprecated {
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ExtendTestClass.java 18 @Deprecated
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 135 @Deprecated
158 * @deprecated Use {@link android.view.ViewConfiguration#get(android.content.Context)} instead.
160 @Deprecated
227 * @deprecated Use {@link #getScaledScrollBarSize()} instead.
229 @Deprecated
259 * @deprecated Use {@link #getScaledFadingEdgeLength()} instead.
261 @Deprecated
320 * @deprecated Use {@link #getScaledEdgeSlop()} instead.
322 @Deprecated
338 * @deprecated Use {@link #getScaledTouchSlop()} instead
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
Time.java 42 * @deprecated Use the constructor {@link #Time(long)}.
51 @Deprecated
69 * @deprecated This method is deprecated and must not be used. An SQL
76 @Deprecated
83 * @deprecated This method is deprecated and must not be used. An SQL
90 @Deprecated
97 * @deprecated This method is deprecated and must not be used. An SQ
    [all...]
Date.java 43 * @deprecated Use the constructor {@link #Date(long)}.
53 @Deprecated
74 * @deprecated This method is deprecated and must not be used. SQL {@code
80 @Deprecated
87 * @deprecated This method is deprecated and must not be used. SQL {@code
93 @Deprecated
100 * @deprecated This method is deprecated and must not be used. SQL {@cod
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 24 * @deprecated this is an internal Dalvik class that is not appropriate for
86 * @deprecated use {@link Zygote#forkAndSpecialize(int, int, int[], int, int[][])}
88 @Deprecated
121 * @deprecated use {@link Zygote#forkSystemServer(int, int, int[], int, int[][])}
123 @Deprecated
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 74 * @deprecated not used any longer
76 @Deprecated
79 * @deprecated not used any longer
81 @Deprecated
84 * @deprecated not used any longer
86 @Deprecated
89 * @deprecated not used any longer
91 @Deprecated
  /frameworks/base/media/java/android/media/
AudioFormat.java 40 /** @deprecated use CHANNEL_INVALID instead */
41 @Deprecated public static final int CHANNEL_CONFIGURATION_INVALID = 0;
43 /** @deprecated use CHANNEL_OUT_DEFAULT or CHANNEL_IN_DEFAULT instead */
44 @Deprecated public static final int CHANNEL_CONFIGURATION_DEFAULT = 1;
46 /** @deprecated use CHANNEL_OUT_MONO or CHANNEL_IN_MONO instead */
47 @Deprecated public static final int CHANNEL_CONFIGURATION_MONO = 2;
49 /** @deprecated use CHANNEL_OUT_STEREO or CHANNEL_IN_STEREO instead */
50 @Deprecated public static final int CHANNEL_CONFIGURATION_STEREO = 3;

Completed in 804 milliseconds

1 2 3 4 5 6 7