/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/types/ |
D | OptionalBoolean.kt | 20 FALSE, 27 false -> FALSE in from()
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | DisableContextTest.java | 57 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.FALSE); in testContextAndScreenshotOff() 77 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.FALSE); in testScreenshotOff() 97 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.TRUE); in testScreenContextOff()
|
/cts/tests/tests/multiuser/src/android/multiuser/cts/ |
D | UserVisibilityVisibleBackgroundUsersOnDefaultDisplayTest.java | 21 import static com.android.bedstead.nene.types.OptionalBoolean.FALSE; 71 @EnsureHasAdditionalUser(switchedToUser = FALSE) 92 @EnsureHasAdditionalUser(switchedToUser = FALSE)
|
D | UserVisibilityVisibleBackgroundUsersTest.java | 22 import static com.android.bedstead.nene.types.OptionalBoolean.FALSE; 62 @EnsureHasSecondaryUser(switchedToUser = FALSE)
|
D | UserVisibilityTest.java | 24 import static com.android.bedstead.nene.types.OptionalBoolean.FALSE; 92 @RequireRunOnSecondaryUser(switchedToUser = FALSE) 149 @RequireRunOnSecondaryUser(switchedToUser = FALSE)
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/parameterized/ |
D | IncludeRunOnBackgroundDeviceOwnerUser.java | 21 import static com.android.bedstead.nene.types.OptionalBoolean.FALSE; 41 @RequireRunOnSystemUser(switchedToUser = FALSE)
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/ |
D | EnsureHasWorkProfile.kt | 23 import com.android.bedstead.nene.types.OptionalBoolean.FALSE; 79 val isQuietModeEnabled: OptionalBoolean = FALSE,
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | UserTest.kt | 39 import com.android.bedstead.nene.types.OptionalBoolean.FALSE in <lambda>() 111 @EnsureHasAdditionalUser(switchedToUser = FALSE) in <lambda>() 263 @EnsureHasAdditionalUser(switchedToUser = FALSE) in <lambda>() 277 @EnsureHasAdditionalUser(switchedToUser = FALSE) in <lambda>() 292 @EnsureHasAdditionalUser(switchedToUser = FALSE) in <lambda>() 307 @EnsureHasAdditionalUser(switchedToUser = FALSE) in <lambda>()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/ |
D | ca.conf | 128 basicConstraints = CA:FALSE 138 basicConstraints = CA:FALSE 152 basicConstraints = CA:FALSE
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
D | BitmapUtils.java | 47 return Boolean.FALSE; in compareBasicBitmapsInfo() 52 return Boolean.FALSE; in compareBasicBitmapsInfo() 59 return Boolean.FALSE; in compareBasicBitmapsInfo() 66 return Boolean.FALSE; in compareBasicBitmapsInfo()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 47 return Boolean.FALSE; in compareBasicBitmapsInfo() 52 return Boolean.FALSE; in compareBasicBitmapsInfo() 59 return Boolean.FALSE; in compareBasicBitmapsInfo() 66 return Boolean.FALSE; in compareBasicBitmapsInfo()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | PackageSetInstallerTest.kt | 95 finalState = GrantState.FALSE) in hardRestricted() 230 GrantState.FALSE -> { in assertGrantState() 273 FALSE
|
D | OverlayHostTest.java | 335 testArgs.put(PARAM_START_SERVICE, Boolean.FALSE.toString()); 351 testArgs.put(PARAM_START_SERVICE, Boolean.FALSE.toString());
|
/cts/tests/security/src/android/keystore/cts/ |
D | CborUtils.java | 69 if (value != SimpleValueType.TRUE && value != SimpleValueType.FALSE) { in getBoolean() 80 if (value == SimpleValueType.FALSE) { in getBooleanList()
|
D | Asn1Utils.java | 153 } else if (booleanValue.equals((ASN1Boolean.FALSE))) { in getBooleanFromAsn1()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | SampleDeviceInfo.java | 32 boolean[] booleans = {Boolean.TRUE, Boolean.FALSE}; in collectDeviceInfo()
|
/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/ |
D | UsersComponent.kt | 132 } else if (switchedToUser == OptionalBoolean.FALSE) { in <lambda>() 160 } else if (installInstrumentedApp == OptionalBoolean.FALSE) { in <lambda>() 210 ensureSwitchedToUser(OptionalBoolean.FALSE, additionalUser) in <lambda>() 247 } else if (installInstrumentedApp == OptionalBoolean.FALSE) { in <lambda>()
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | ServiceRunnerActivity.java | 64 mActivity.mSuccess = Boolean.FALSE; in handleMessage()
|
/cts/libs/json/src/com/android/json/stream/ |
D | JsonReader.java | 173 private static final String FALSE = "false"; field in JsonReader 1020 value = FALSE; in decodeLiteral()
|
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
D | StringQueryHelper.java | 120 if (queryAnnotation.isNull().equals(OptionalBoolean.FALSE)) { in matchesAnnotation()
|
/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | GeofencingTest.java | 131 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testAddProximityAlert()
|
D | LocationManagerFineTest.java | 477 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates() 552 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_PendingIntent() 616 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_DirectExecutor() 641 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_Looper() 683 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_Criteria()
|
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/ |
D | DeviceStateTest.java | 29 import static com.android.bedstead.nene.types.OptionalBoolean.FALSE; 541 @RequireRunOnInitialUser(switchedToUser = FALSE) 560 @EnsureHasAdditionalUser(switchedToUser = FALSE) // We don't test the default as it's ANY 590 @RequireRunOnWorkProfile(switchedToParentUser = FALSE)
|
/cts/common/device-side/bedstead/modules/enterprise/src/test/kotlin/com/android/bedstead/enterprise/ |
D | EnterpriseAnnotationExecutorTest.kt | 194 dpc = Query(isHeadlessDOSingleUser = BooleanQuery(isEqualTo = OptionalBoolean.FALSE)) 569 switchedToParentUser = OptionalBoolean.FALSE
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SearchViewTest.java | 184 when(mockAllowCloseListener.onClose()).thenReturn(Boolean.FALSE); in testAllowIconifyingInconifiableView()
|