Searched refs:deprecated (Results 1 – 10 of 10) 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 | 37 ApiConstructor(String name, List<String> parameterTypes, boolean deprecated) { in ApiConstructor() argument 40 mDeprecated = deprecated; in ApiConstructor()
|
D | ApiMethod.java | 52 boolean deprecated, in ApiMethod() argument 60 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/rsblas/ |
D | Android.mk | 36 LOCAL_RENDERSCRIPT_FLAGS := -Wno-error=deprecated-declarations
|
/cts/tests/tests/renderscript/ |
D | Android.mk | 39 LOCAL_RENDERSCRIPT_FLAGS := -Wno-error=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 | 247 # List of module members that should be marked as deprecated. 248 deprecated-members=string.atof,string.atoi,string.atol,string.capitalize,string.expandtabs,string.f… 297 deprecated-modules=regsub,TERMIOS,Bastion,rexec
|
/cts/tools/dasm/src/dasm/ |
D | parser.cup | 296 {: /*dAsm.setDeprecated();*/dAsm.report_error("WARNING: @deprecated is not supported"); :}
|