Home
last modified time | relevance | path

Searched refs:hasActiveProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DManagedProfileController.java24 boolean hasActiveProfile(); in hasActiveProfile() method
DManagedProfileControllerImpl.java102 public boolean hasActiveProfile() { in hasActiveProfile() method in ManagedProfileControllerImpl
DAutoTileManager.java132 if (mManagedProfileController.hasActiveProfile()) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeManagedProfileController.java34 public boolean hasActiveProfile() { in hasActiveProfile() method in FakeManagedProfileController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DWorkModeTile.java68 return mProfileController.hasActiveProfile(); in isAvailable()