Searched refs:hasActiveProfile (Results 1 – 7 of 7) sorted by relevance
55 Assert.assertEquals(true, controller.hasActiveProfile())62 Assert.assertEquals(false, controller.hasActiveProfile())72 Assert.assertEquals(true, controller.hasActiveProfile())
529 when(mManagedProfileController.hasActiveProfile()).thenReturn(true); in managedProfileAdded_tileAdded()546 when(mManagedProfileController.hasActiveProfile()).thenReturn(false); in managedProfileRemoved_tileRemoved()
26 boolean hasActiveProfile(); in hasActiveProfile() method
112 public boolean hasActiveProfile() { in hasActiveProfile() method in ManagedProfileControllerImpl
291 if (mManagedProfileController.hasActiveProfile()) {
34 public boolean hasActiveProfile() { in hasActiveProfile() method in FakeManagedProfileController
96 return mProfileController.hasActiveProfile(); in isAvailable()