Searched refs:deprecated (Results 1 – 14 of 14) sorted by relevance
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 42 // This field is deprecated in android.os.Build. Use supported_abi instead. 43 optional string abi = 11 [deprecated = true]; 44 // This field is deprecated in android.os.Build. Use supported_abi instead. 45 optional string abi2 = 12 [deprecated = true]; 174 optional string subscriber_id = 2 [deprecated = true]; 175 optional string type = 3 [deprecated = true]; 176 optional string device_id = 4 [deprecated = true]; 177 optional string imei = 5 [deprecated = true]; 178 optional string imsi = 6 [deprecated = true]; 182 optional string network = 10 [deprecated = true]; [all …]
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ApiConstructor.java | 39 ApiConstructor(String name, List<String> parameterTypes, boolean deprecated) { in ApiConstructor() argument 42 mDeprecated = deprecated; in ApiConstructor()
|
D | ApiMethod.java | 54 boolean deprecated, in ApiMethod() argument 62 mDeprecated = deprecated; in ApiMethod()
|
D | ApiClass.java | 57 boolean deprecated, in ApiClass() argument 61 mDeprecated = deprecated; in ApiClass()
|
/cts/tests/tests/opengl/ |
D | DEPRECATED | 1 This suite of tests is deprecated. Please add OpenGL CTS test to either:
|
/cts/tests/tests/renderscript/ |
D | Android.mk | 41 LOCAL_RENDERSCRIPT_FLAGS := -Wno-error=deprecated-declarations
|
/cts/tests/tests/rsblas/ |
D | Android.mk | 38 LOCAL_RENDERSCRIPT_FLAGS := -Wno-error=deprecated-declarations
|
/cts/tests/tests/nativemedia/sl/ |
D | Android.mk | 49 LOCAL_CFLAGS := -Werror -Wall -Wno-deprecated-declarations
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | Android.bp | 33 "-Wno-deprecated",
|
/cts/tests/tests/view/jni/ |
D | Android.bp | 25 "-Wno-error=deprecated-declarations",
|
/cts/tests/tests/media/libndkaudio/ |
D | Android.bp | 46 "-Wno-deprecated-declarations",
|
/cts/tests/tests/media/libaudiojni/ |
D | Android.bp | 45 "-Wno-deprecated-declarations",
|
/cts/tests/app/app/src/android/app/stubs/ |
D | DialogStubActivity.java | 263 private AlertDialog getAlertDialogInstance(boolean deprecated) { in getAlertDialogInstance() argument 276 if (deprecated) { in getAlertDialogInstance()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 249 # List of module members that should be marked as deprecated. 250 deprecated-members=string.atof,string.atoi,string.atol,string.capitalize,string.expandtabs,string.f… 299 deprecated-modules=regsub,TERMIOS,Bastion,rexec
|