Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAssistScreenCaptureDisabledTest.java61 private void assertScreenCapturePossible(boolean possible) throws InterruptedException { in assertScreenCapturePossible() argument
96 assertEquals(possible, screenShotIntent.getBooleanExtra(KEY_HAS_SCREENSHOT, false)); in assertScreenCapturePossible()
/cts/tests/tests/media/projection/sdk34/
DREADME6 The test app re-uses the user's consent token through two possible mechanisms:
/cts/tests/tests/media/projection/sdk33/
DREADME6 The test app re-uses the user's consent token through two possible mechanisms:
/cts/hostsidetests/securitybulletin/
DAndroid.bp60 // build/soong/common/arch.go default returns nil; no default possible
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale34 Dhrystone is used most. There should be, as far as possible, only
43 o As far as it is possible without changes to the Dhrystone statistics,
54 remain unchanged as much as possible. (Very few changes were
68 distributed as widely as possible. (Version 2.1 differs from version
109 statements, operand types and locality) still hold as much as possible.
296 possible. Therefore, optimizations performed by compilers - other
/cts/hostsidetests/theme/
DREADME87 a set for each possible DPI bucket (tvdpi, xxhdpi, etc.) that may be tested.
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java99 boolean possible = canSetResetPasswordToken(TOKEN); in setResetPasswordToken_validToken_passwordTokenSet()
102 sDeviceState.dpc().componentName()) || !possible).isTrue(); in setResetPasswordToken_validToken_passwordTokenSet()