Searched refs:mockProfileDpm (Results 1 – 1 of 1) sorted by relevance
383 final DevicePolicyManager mockProfileDpm = mock(DevicePolicyManager.class); in testCorpOwnedManagedProfileDuringSuw() local384 when(profileContext.getSystemService(DevicePolicyManager.class)).thenReturn(mockProfileDpm); in testCorpOwnedManagedProfileDuringSuw()