Searched refs:hasCACertInCurrentUser (Results 1 – 6 of 6) sorted by relevance
129 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testWorkAccount()157 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()169 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()183 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
38 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
262 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
94 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
145 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in handleRefreshState()258 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createDialog()
177 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()279 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()