Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerTest.java155 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testWorkAccount()
178 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
187 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
197 assertTrue(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
202 assertFalse(mSecurityController.hasCACertInCurrentUser()); in testCaCertLoader()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityController.java50 boolean hasCACertInCurrentUser(); in hasCACertInCurrentUser() method
H A DSecurityControllerImpl.java289 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in SecurityControllerImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeSecurityController.java117 public boolean hasCACertInCurrentUser() { in hasCACertInCurrentUser() method in FakeSecurityController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java177 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in handleRefreshState()
370 final boolean hasCACerts = mSecurityController.hasCACertInCurrentUser(); in createOrganizationDialogView()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSSecurityFooterTest.java281 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testManagedCACertsInstalled()
394 when(mSecurityController.hasCACertInCurrentUser()).thenReturn(true); in testCACertsInstalled()