Home
last modified time | relevance | path

Searched refs:MANAGED_PROFILE_USER_HANDLE (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
H A DFinalizationInsideSuwControllerTest.java76 private static final UserHandle MANAGED_PROFILE_USER_HANDLE = UserHandle.of(123); field in FinalizationInsideSuwControllerTest
191 when(mUtils.getManagedProfile(mActivity)).thenReturn(MANAGED_PROFILE_USER_HANDLE); in testManagedProfileFinalizationDuringSuw()
211 eq(mActivity), any(Intent.class), anyInt(), eq(MANAGED_PROFILE_USER_HANDLE)); in testManagedProfileFinalizationDuringSuw()
220 verifyDpcLaunchedForUser(MANAGED_PROFILE_USER_HANDLE, 1); in testManagedProfileFinalizationDuringSuw()
229 verifyDpcLaunchedForUser(MANAGED_PROFILE_USER_HANDLE, 1); in testManagedProfileFinalizationDuringSuw()
240 verifyDpcLaunchedForUser(MANAGED_PROFILE_USER_HANDLE, 2); in testManagedProfileFinalizationDuringSuw()
250 verifyDpcLaunchedForUser(MANAGED_PROFILE_USER_HANDLE, 2); in testManagedProfileFinalizationDuringSuw()
368 .thenReturn(MANAGED_PROFILE_USER_HANDLE); in testCorpOwnedManagedProfileDuringSuw()
370 final int managedProfileUserId = MANAGED_PROFILE_USER_HANDLE.getIdentifier(); in testCorpOwnedManagedProfileDuringSuw()
378 MANAGED_PROFILE_USER_HANDLE)).thenReturn(profileContext); in testCorpOwnedManagedProfileDuringSuw()
[all …]
H A DDpcReceivedSuccessReceiverTest.java42 private static final UserHandle MANAGED_PROFILE_USER_HANDLE = UserHandle.of(123); field in DpcReceivedSuccessReceiverTest
64 /* migratedAccount= */ null, MANAGED_PROFILE_USER_HANDLE, in testReceiver()
72 MANAGED_PROFILE_USER_HANDLE, /* migratedAccount= */ null); in testReceiver()