Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/
DEnterprisePolicyGuardTest.java260 DevicePolicyManager mockDpm = mock(DevicePolicyManager.class); in getMockContext() local
261 when(mockDpm.getCrossProfileCallerIdDisabled(Matchers.<UserHandle>any())) in getMockContext()
263 when(mockDpm.getCrossProfileContactsSearchDisabled(Matchers.<UserHandle>any())) in getMockContext()
273 Context mockContext = new TestMockContext(getContext(), mockDpm, mockUm); in getMockContext()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/finalization/
DFinalizationPostSuwControllerTest.java255 final DevicePolicyManager mockDpm = mock(DevicePolicyManager.class); in testCorpOwnedManagedProfileDuringSuw() local
258 when(mActivity.getSystemService(DevicePolicyManager.class)).thenReturn(mockDpm); in testCorpOwnedManagedProfileDuringSuw()
260 when(mockDpm.getProfileOwnerAsUser(managedProfileUserId)).thenReturn(TEST_MDM_ADMIN); in testCorpOwnedManagedProfileDuringSuw()
DFinalizationInsideSuwControllerTest.java349 final DevicePolicyManager mockDpm = mock(DevicePolicyManager.class); in testCorpOwnedManagedProfileDuringSuw() local
352 when(mActivity.getSystemService(DevicePolicyManager.class)).thenReturn(mockDpm); in testCorpOwnedManagedProfileDuringSuw()
354 when(mockDpm.getProfileOwnerAsUser(managedProfileUserId)).thenReturn(TEST_MDM_ADMIN); in testCorpOwnedManagedProfileDuringSuw()