Home
last modified time | relevance | path

Searched refs:disabled (Results 1 – 15 of 15) sorted by relevance

/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesValidConfigTest.java54 boolean disabled; field in CompatChangesValidConfigTest.Change
58 private Change(long changeId, String changeName, int targetSdk, boolean disabled, in Change() argument
63 this.disabled = disabled; in Change()
72 boolean disabled = false; in fromString()
96 disabled = true; in fromString()
104 return new Change(changeId, changeName, targetSdk, disabled, loggingOnly, hasOverrides); in fromString()
115 boolean disabled = false; in fromNode()
117 disabled = true; in fromNode()
124 return new Change(changeId, changeName, targetSdk, disabled, loggingOnly, hasOverrides); in fromNode()
128 return Objects.hash(changeId, changeName, targetSdk, disabled, hasOverrides); in hashCode()
[all …]
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk41 LOCAL_PROGUARD_ENABLED := disabled
73 LOCAL_PROGUARD_ENABLED := disabled
102 LOCAL_PROGUARD_ENABLED := disabled
131 LOCAL_PROGUARD_ENABLED := disabled
161 LOCAL_PROGUARD_ENABLED := disabled
/cts/build/
Dsupport_package.mk25 LOCAL_PROGUARD_ENABLED := disabled
Ddevice_info_package.mk94 LOCAL_PROGUARD_ENABLED := disabled
/cts/hostsidetests/signedconfig/app/
Dbuild_signedconfig_apk.mk18 LOCAL_PROGUARD_ENABLED := disabled
/cts/hostsidetests/sustainedperf/app/
DAndroid.mk26 LOCAL_PROGUARD_ENABLED := disabled
/cts/tests/tests/wrap/nowrap/
DAndroid.mk23 LOCAL_PROGUARD_ENABLED := disabled
/cts/tests/signature/api-check/
Dbuild_signature_apk.mk58 LOCAL_PROGUARD_ENABLED := disabled
/cts/tests/tests/wrap/wrap_debug/
DAndroid.mk23 LOCAL_PROGUARD_ENABLED := disabled
/cts/tests/tests/wrap/wrap_debug_malloc_debug/
DAndroid.mk23 LOCAL_PROGUARD_ENABLED := disabled
/cts/tests/tests/wrap/wrap_nodebug/
DAndroid.mk23 LOCAL_PROGUARD_ENABLED := disabled
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
DAndroid.mk71 LOCAL_PROGUARD_ENABLED := disabled
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
Dpoc.c53 __u8 disabled; /* Disable the feature */ member
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile16 disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-disabled,star-args,p…
237 # List of optional constructs for which whitespace checking is disabled
300 # not be disabled)
304 # given file (report RP0402 must not be disabled)
308 # not be disabled)
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1973 protected void setScreenCaptureDisabled(int userId, boolean disabled) throws Exception { in setScreenCaptureDisabled() argument
1974 String testMethodName = disabled in setScreenCaptureDisabled()
1979 testMethodName = disabled in setScreenCaptureDisabled()
1992 protected void setScreenCaptureDisabled_assist(int userId, boolean disabled) throws Exception { in setScreenCaptureDisabled_assist() argument
1994 String testMethodName = disabled in setScreenCaptureDisabled_assist()
1998 testMethodName = disabled in setScreenCaptureDisabled_assist()