Home
last modified time | relevance | path

Searched defs:deviceState (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DUpdateOwnershipEnforcementTestBase.kt31 val deviceState = DeviceState() constant
DInstallSourceInfoMultiUserTest.kt43 val deviceState = DeviceState() constant
/cts/tests/devicepolicy/src/android/devicepolicy/cts/utils/
DPolicySetResultUtils.java37 DeviceState deviceState, String policyIdentifier, int resultKey, int targetUser, in assertPolicySetResultReceived()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java159 SidecarDeviceState deviceState = mSidecarInterface.getDeviceState(); in testSidecarInterface_getDeviceState() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandMultiUserTest.kt69 val deviceState = DeviceState() constant
/cts/hostsidetests/packagemanager/domainverification/device/multiuser/src/com/android/cts/packagemanager/verify/domain/device/multiuser/
DDomainVerificationWorkProfileTestsBase.kt66 val deviceState = DeviceState() in <lambda>() constant
/cts/tests/tests/permissionmultiuser/src/android/permissionmultiuser/cts/
DAppDataSharingUpdatesTest.kt195 @JvmField @ClassRule @Rule val deviceState: DeviceState = DeviceState() in <lambda>() constant
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1908 boolean isDeviceInState(DeviceStateEnum deviceState) throws InterruptedException { in isDeviceInState()
1937 public static boolean isDeviceInState(Context context, DeviceStateEnum deviceState) { in isDeviceInState()