Home
last modified time | relevance | path

Searched defs:hasProfileOwner (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeSecurityController.java37 public boolean hasProfileOwner() { in hasProfileOwner() method in FakeSecurityController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityController.java29 boolean hasProfileOwner(); in hasProfileOwner() method
H A DSecurityControllerImpl.java166 public boolean hasProfileOwner() { in hasProfileOwner() method in SecurityControllerImpl
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java565 boolean hasProfileOwner(int userId) { in hasProfileOwner() method in Owners