Home
last modified time | relevance | path

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

/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DChange.java39 public boolean disabled; field in Change
48 boolean disabled, boolean loggingOnly, boolean overridable, in Change() argument
54 this.disabled = disabled; in Change()
67 boolean disabled = false; in fromString()
95 disabled = true; in fromString()
111 return new Change(changeId, changeName, sinceSdk, disabled, loggingOnly, overridable, in fromString()
132 boolean disabled = false; in fromNode()
134 disabled = true; in fromNode()
144 return new Change(changeId, changeName, sinceSdk, disabled, loggingOnly, overridable, in fromNode()
151 return Objects.hash(changeId, changeName, sinceSdk, disabled, hasOverrides); in hashCode()
[all …]
/cts/flags/tests/aconfig/
Dandroid.cts.flags.tests.aconfig6 description: "testing flag that is always disabled"
13 description: "another testing flag that is always disabled"
/cts/build/
Dsupport_package.mk25 LOCAL_PROGUARD_ENABLED := disabled
Ddevice_info_package.mk110 LOCAL_PROGUARD_ENABLED := disabled
/cts/hostsidetests/backup/BackupEligibility/NonDebuggableApp/
DAndroid.bp15 // An app used to verify 'adb backup' is disabled for non-debuggable apps.
/cts/hostsidetests/systemui/app/
DAndroid.bp30 // target version 33 so the test app can have its compat change disabled
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
Dpoc.c53 __u8 disabled; /* Disable the feature */ member
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39626/src/android/security/cts/CVE_2021_39626/
DPocActivity.java89 sendTestResult(getInteger(R.integer.disabled), ""); in onActivityResult()
/cts/hostsidetests/hdmicec/
DREADME.md20 * HDMI Display (aka a TV) with CEC disabled to avoid interference, or an HDMI fake plug
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java1183 protected void setScreenCaptureDisabled_assist(int userId, boolean disabled) throws Exception { in setScreenCaptureDisabled_assist() argument
1185 String testMethodName = disabled in setScreenCaptureDisabled_assist()
1189 testMethodName = disabled in setScreenCaptureDisabled_assist()
/cts/apps/CameraITS/tests/
Dits_base_test.py38 logging.getLogger('matplotlib.font_manager').disabled = True
/cts/tests/app/
DAndroid.bp68 // Even with coverage disabled, we're close to the single dex limit, so allow use of multi-dex.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DCommandReceiverActivity.java872 boolean disabled) { in createIntentForDisablingKeyguardOrStatusBar() argument
876 .putExtra(CommandReceiverActivity.EXTRA_ENFORCED, disabled); in createIntentForDisablingKeyguardOrStatusBar()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1210 boolean disabled = "0".equals(executeShellCommand("cmd deviceidle enabled light")); in testKillingPidsOnImperceptible()
1212 if (disabled) { in testKillingPidsOnImperceptible()
1295 if (disabled) { in testKillingPidsOnImperceptible()