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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/java/android/util/
Config.java 20 * @deprecated This class is not useful, it just returns the same value for
23 @Deprecated
28 * @deprecated Always false.
30 @Deprecated
34 * @deprecated Always true.
36 @Deprecated
40 * @deprecated Always false.
42 @Deprecated
46 * @deprecated Always false.
48 @Deprecated
    [all...]
  /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 32 * @deprecated This class was intended to be used by Gears. Since Gears was
33 * deprecated, so is this class.
35 @Deprecated
68 * @deprecated This class was intended to be used by Gears. Since Gears was
69 * deprecated, so is this class.
71 @Deprecated
89 * @deprecated This class was intended to be used by Gears. Since Gears was
90 * deprecated, so is this class.
92 @Deprecated
103 * @deprecated This class was intended to be used by Gears. Since Gears wa
    [all...]
Plugin.java 31 * @deprecated This interface was intended to be used by Gears. Since Gears was
32 * deprecated, so is this class.
34 @Deprecated
38 * @deprecated This interface was intended to be used by Gears. Since Gears was
39 * deprecated, so is this class.
44 * @deprecated This interface was intended to be used by Gears. Since Gears was
45 * deprecated, so is this class.
58 * @deprecated This interface was intended to be used by Gears. Since Gears was
59 * deprecated, so is this class.
61 @Deprecated
    [all...]
UrlInterceptHandler.java 25 * @deprecated This interface was inteded to be used by Gears. Since Gears was
26 * deprecated, so is this class.
28 @Deprecated
41 * @deprecated Do not use, this interface is deprecated.
43 @Deprecated
56 * @deprecated Do not use, this interface is deprecated.
58 @Deprecated
PluginList.java 29 * @deprecated This interface was intended to be used by Gears. Since Gears was
30 * deprecated, so is this class.
32 @Deprecated
40 * @deprecated This interface was intended to be used by Gears. Since Gears was
41 * deprecated, so is this class.
43 @Deprecated
52 * @deprecated This interface was intended to be used by Gears. Since Gears was
53 * deprecated, so is this class.
55 @Deprecated
64 * @deprecated This interface was intended to be used by Gears. Since Gears wa
    [all...]
UrlInterceptRegistry.java 29 * @deprecated This class was intended to be used by Gears. Since Gears was
30 * deprecated, so is this class.
32 @Deprecated
53 * @deprecated This class was intended to be used by Gears. Since Gears was
54 * deprecated, so is this class.
56 @Deprecated
67 * @deprecated This class was intended to be used by Gears. Since Gears was
68 * deprecated, so is this class.
70 @Deprecated
83 * @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/text/
ClipboardManager.java 20 * @deprecated Old text-only interface to the clipboard. See
23 @Deprecated
  /libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 122 @Deprecated
131 @Deprecated
140 @Deprecated
147 @Deprecated
164 @Deprecated
173 @Deprecated
180 @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
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 35 /** @deprecated this is ignored, this value is set automatically when needed. */
36 @Deprecated
38 /** @deprecated this is ignored, this value is set automatically when needed. */
39 @Deprecated
41 /** @deprecated this is ignored, this value is set automatically when needed. */
42 @Deprecated
44 /** @deprecated this is ignored, this value is set automatically when needed. */
45 @Deprecated
151 * @deprecated this is ignored, this value is set automatically when needed.
153 @Deprecated
    [all...]
  /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...]
  /libcore/luni/src/main/java/java/lang/
SecurityManager.java 33 * @deprecated Use {@link #checkPermission}
35 @Deprecated
67 * @deprecated use {@link #checkMulticast(java.net.InetAddress)}
69 @Deprecated public void checkMulticast(InetAddress maddr, byte ttl) { }
102 * @deprecated Use {@link #checkPermission}.
104 @Deprecated public boolean getInCheck() { return inCheck; }
109 * @deprecated Use {@link #checkPermission}.
111 @Deprecated protected ClassLoader currentClassLoader() { return null; }
114 * @deprecated Use {@link #checkPermission}.
116 @Deprecated protected int classLoaderDepth()
    [all...]
Deprecated.java 25 * by programmers. Compilers produce a warning if a deprecated program element
32 public @interface Deprecated {
  /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
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
IDensityBasedResourceValue.java 23 * @deprecated use {@link DensityBasedResourceValue}.
25 @Deprecated
31 * @deprecated use {@link com.android.resources.Density}.
33 @Deprecated
69 * @deprecated use {@link DensityBasedResourceValue#getResourceDensity()}
71 @Deprecated
IResourceValue.java 23 * @deprecated use {@link ResourceValue}.
25 @Deprecated
IStyleResourceValue.java 23 * @deprecated Use {@link StyleResourceValue}.
25 @Deprecated
37 * @deprecated use {@link StyleResourceValue#findValue(String)}
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ILayoutPullParser.java 41 * @deprecated use {@link IProjectCallback#getParser(String)} instead
43 @Deprecated
  /libcore/luni/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...]

Completed in 964 milliseconds

1 2 3 4 5 6 7 8 91011