Searched refs:hasCACertInCurrentUser (Results 1 – 6 of 6) sorted by relevance
152 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testWorkAccount()175 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()184 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()194 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()199 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
50 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
285 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
117 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
177 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in handleRefreshState()370 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createOrganizationDialogView()
281 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()394 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()