Searched refs:mockDpm (Results 1 – 3 of 3) sorted by relevance
260 DevicePolicyManager mockDpm = mock(DevicePolicyManager.class); in getMockContext() local261 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()
255 final DevicePolicyManager mockDpm = mock(DevicePolicyManager.class); in testCorpOwnedManagedProfileDuringSuw() local258 when(mActivity.getSystemService(DevicePolicyManager.class)).thenReturn(mockDpm); in testCorpOwnedManagedProfileDuringSuw()260 when(mockDpm.getProfileOwnerAsUser(managedProfileUserId)).thenReturn(TEST_MDM_ADMIN); in testCorpOwnedManagedProfileDuringSuw()
349 final DevicePolicyManager mockDpm = mock(DevicePolicyManager.class); in testCorpOwnedManagedProfileDuringSuw() local352 when(mActivity.getSystemService(DevicePolicyManager.class)).thenReturn(mockDpm); in testCorpOwnedManagedProfileDuringSuw()354 when(mockDpm.getProfileOwnerAsUser(managedProfileUserId)).thenReturn(TEST_MDM_ADMIN); in testCorpOwnedManagedProfileDuringSuw()