Searched refs:hasCACertInCurrentUser (Results 1 – 8 of 8) sorted by relevance
39 val hasCACertInCurrentUser: Boolean,83 hasCACertInCurrentUser = securityController.hasCACertInCurrentUser(),
162 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testWorkAccount()185 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()194 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()204 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()209 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
84 override fun hasCACertInCurrentUser(): Boolean = fakeState.hasCACertInCurrentUser115 var hasCACertInCurrentUser: Boolean = false,
55 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
307 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
122 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
299 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()404 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()
490 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createOrganizationDialogView()