Searched refs:hasCACertInCurrentUser (Results 1 – 6 of 6) sorted by relevance
131 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testWorkAccount()154 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()163 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()173 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()178 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
40 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
263 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
99 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
145 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in handleRefreshState()275 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createDialog()
181 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()283 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()