Searched refs:hasCACertInCurrentUser (Results 1 – 8 of 8) sorted by relevance
39 val hasCACertInCurrentUser: Boolean, constant in com.android.systemui.security.data.model.SecurityModel83 hasCACertInCurrentUser = securityController.hasCACertInCurrentUser(), in create()
86 override fun hasCACertInCurrentUser(): Boolean = fakeState.hasCACertInCurrentUser in isDeviceManaged() method in com.android.systemui.statusbar.policy.FakeSecurityController118 var hasCACertInCurrentUser: Boolean = false, variable in com.android.systemui.statusbar.policy.FakeSecurityController.FakeState
164 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testWorkAccount()187 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()196 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()206 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()211 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
57 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
352 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
127 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
300 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()405 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()
490 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createOrganizationDialogView()