Home
last modified time | relevance | path

Searched defs:workProfile (Results 1 – 6 of 6) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DQuietModeTest.java115 UserReference workProfile = sDeviceState.workProfile(); in startActivityInQuietProfile_quietModeDialogShown() local
153 UserReference workProfile = sDeviceState.workProfile(); in quietMode_profileKeptRunning() local
178 UserReference workProfile = sDeviceState.workProfile(); in quietMode_profileStopped() local
201 UserReference workProfile = sDeviceState.workProfile(); in quietMode_noLocationAccess() local
248 UserReference workProfile = sDeviceState.workProfile(); local
267 UserReference workProfile = sDeviceState.workProfile(); in quietMode_suspendedApp_remainsSuspended() local
295 UserReference workProfile = sDeviceState.workProfile(); in quietMode_alreadySuspendedApp_remainsSuspended() local
318 UserReference workProfile = sDeviceState.workProfile(); in quietMode_unsuspendablePackageGetsSuspended() local
341 UserReference workProfile = sDeviceState.workProfile(); in quietMode_adminCannotSuspendUnsuspendablePackage() local
368 UserReference workProfile = sDeviceState.workProfile(); in quietMode_dpcPackageGetsSuspended() local
[all …]
DStartProfilesTest.java92 Intent.ACTION_PROFILE_INACCESSIBLE, userIsEqual(sDeviceState.workProfile()))) { in startProfile_broadcastIsReceived_profileIsStarted()
141 Intent.ACTION_PROFILE_INACCESSIBLE, userIsEqual(sDeviceState.workProfile()))) { in startUser_immediatelyAfterStopped_profileIsStarted()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DUserRestrictionInstallTest.kt95 val workProfile = sDeviceState.workProfile() in <lambda>() constant
116 val workProfile = sDeviceState.workProfile() in <lambda>() constant
134 val workProfile = sDeviceState.workProfile() in <lambda>() constant
175 val workProfile = sDeviceState.workProfile() in <lambda>() constant
201 val workProfile = sDeviceState.workProfile() in <lambda>() constant
224 val workProfile = sDeviceState.workProfile() in <lambda>() constant
265 val workProfile = sDeviceState.workProfile() in <lambda>() constant
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20917/src/android/security/cts/CVE_2023_20917/
DDeviceTest.java116 UiObject2 workProfile = device.findObject(By.text(workPattern)); in testCVE_2023_20917() local
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DUserManagerTest.java481 UserReference workProfile = sDeviceState.workProfile(/* forUser= */ ADDITIONAL_USER); in testRemoveParentUser_withProfiles() local
501 UserReference workProfile = sDeviceState.workProfile(/* forUser= */ ADDITIONAL_USER); in testRemoveUserOnlyProfile_ShouldNotRemoveAnyOtherUserInSameProfileGroupId() local
922 UserReference workProfile = sDeviceState.workProfile(); in setBootUser_providedUserIsNotSwitchable_nonHsum() local
942 UserReference workProfile = sDeviceState.workProfile(); in setBootUser_providedUserIsNotSwitchable_Hsum() local
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DDeviceStateTest.java257 try (UserReference workProfile = TestApis.users().createUser() in workProfile_createdWorkProfile_throwsException()