Home
last modified time | relevance | path

Searched defs:hasCACertInCurrentUser (Results 1 – 3 of 3) sorted by relevance

/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