Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeManagedProfileController.java59 public boolean hasActiveProfile() { in hasActiveProfile() method in FakeManagedProfileController
66 public void setHasActiveProfile(boolean hasActiveProfile) { in setHasActiveProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DManagedProfileController.java26 boolean hasActiveProfile(); in hasActiveProfile() method
DManagedProfileControllerImpl.java113 public boolean hasActiveProfile() { in hasActiveProfile() method in ManagedProfileControllerImpl