Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
DFinalizationInsideSuwControllerTest.java378 final Context profileContext = mock(Context.class); in testCorpOwnedManagedProfileDuringSuw() local
380 MANAGED_PROFILE_USER_HANDLE)).thenReturn(profileContext); in testCorpOwnedManagedProfileDuringSuw()
381 when(profileContext.getSystemServiceName(DevicePolicyManager.class)) in testCorpOwnedManagedProfileDuringSuw()
384 when(profileContext.getSystemService(DevicePolicyManager.class)).thenReturn(mockProfileDpm); in testCorpOwnedManagedProfileDuringSuw()