/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...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
BoneAnimation.java | 35 * @deprecated use Animation instead with tracks of selected type (ie. BoneTrack, SpatialTrack, MeshTrack) 37 @Deprecated 40 @Deprecated
|
SpatialAnimation.java | 4 * @deprecated use Animation instead with tracks of selected type (ie. BoneTrack, SpatialTrack, MeshTrack)
6 @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/opt/telephony/src/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 | 33 * @deprecated Replaced by android.telephony.SmsMessage that supports both GSM and CDMA. 35 @Deprecated 40 * @deprecated Use android.telephony.SmsMessage. 42 @Deprecated 48 * @deprecated Use android.telephony.SmsMessage. 50 @Deprecated public static final int ENCODING_UNKNOWN = 0; 53 * @deprecated Use android.telephony.SmsMessage. 55 @Deprecated public static final int ENCODING_7BIT = 1; 58 * @deprecated Use android.telephony.SmsMessage. 60 @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...] |
WebViewDatabase.java | 54 * @deprecated Saving passwords in WebView will not be supported in future versions. 56 @Deprecated 67 * @deprecated Saving passwords in WebView will not be supported in future versions. 69 @Deprecated
|
/external/mockito/src/org/mockito/stubbing/answers/ |
ReturnsElementsOf.java | 20 * @deprecated Use {@link org.mockito.AdditionalAnswers#returnsElementsOf}
22 @Deprecated
25 @Deprecated
|
/external/mockito/src/org/mockito/exceptions/ |
Pluralizer.java | 7 @Deprecated
9 * @Deprecated. This class has been moved to internal packages because it was never meant to be public.
|
/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/libart/src/main/java/dalvik/system/ |
VMRuntime.java | 127 @Deprecated 136 @Deprecated 145 @Deprecated 152 @Deprecated 169 @Deprecated 178 @Deprecated 185 @Deprecated
|
/libcore/libdvm/src/main/java/dalvik/system/ |
VMRuntime.java | 127 @Deprecated 136 @Deprecated 145 @Deprecated 152 @Deprecated 169 @Deprecated 178 @Deprecated 185 @Deprecated
|
/frameworks/base/graphics/java/android/graphics/ |
PixelFormat.java | 42 @Deprecated 44 @Deprecated 46 @Deprecated 48 @Deprecated 50 @Deprecated 52 @Deprecated 57 * @deprecated use {@link android.graphics.ImageFormat#NV16 60 @Deprecated 64 * @deprecated use {@link android.graphics.ImageFormat#NV21 67 @Deprecated [all...] |
PixelXorXfermode.java | 25 @Deprecated
|
/external/guava/guava/src/com/google/common/collect/ |
AsynchronousComputationException.java | 24 * @deprecated this class is unused by com.google.common.collect. <b>This class 27 @Deprecated
|
ImmutableSortedMultisetFauxverideShim.java | 19 * {@link ImmutableSortedMultiset} equivalents with deprecated, exception-throwing versions. This 41 * @deprecated Use {@link ImmutableSortedMultiset#naturalOrder}, which offers better type-safety. 43 @Deprecated 54 * @deprecated <b>Pass a parameter of type {@code Comparable} to use 57 @Deprecated 68 * @deprecated <b>Pass the parameters of type {@code Comparable} to use 71 @Deprecated 82 * @deprecated <b>Pass the parameters of type {@code Comparable} to use 85 @Deprecated 96 * @deprecated <b>Pass the parameters of type {@code Comparable} to use {@lin [all...] |
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...] |
/external/junit/src/org/junit/internal/runners/ |
FailedBefore.java | 7 * @deprecated Included for backwards compatibility with JUnit 4.4. Will be 11 @Deprecated
|
/frameworks/base/test-runner/src/android/test/ |
TestCase.java | 34 @Deprecated
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteClosable.java | 39 * @deprecated Do not use. 41 @Deprecated 83 * @deprecated Do not use. 85 @Deprecated
|