Home
last modified time | relevance | path

Searched refs:hasCACertInCurrentUser (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java152 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java50 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
DSecurityControllerImpl.java285 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java117 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooter.java177 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in handleRefreshState()
370 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createOrganizationDialogView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java281 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()
394 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()