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.java129 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testWorkAccount()
157 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
169 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
183 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java38 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
DSecurityControllerImpl.java262 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java94 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooter.java145 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in handleRefreshState()
258 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java177 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()
279 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()