Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DManagedProfileControllerImplTest.kt55 Assert.assertEquals(true, controller.hasActiveProfile())
62 Assert.assertEquals(false, controller.hasActiveProfile())
72 Assert.assertEquals(true, controller.hasActiveProfile())
H A DAutoTileManagerTest.java529 when(mManagedProfileController.hasActiveProfile()).thenReturn(true); in managedProfileAdded_tileAdded()
546 when(mManagedProfileController.hasActiveProfile()).thenReturn(false); in managedProfileRemoved_tileRemoved()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileController.java26 boolean hasActiveProfile(); in hasActiveProfile() method
H A DManagedProfileControllerImpl.java112 public boolean hasActiveProfile() { in hasActiveProfile() method in ManagedProfileControllerImpl
H A DAutoTileManager.java291 if (mManagedProfileController.hasActiveProfile()) {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeManagedProfileController.java34 public boolean hasActiveProfile() { in hasActiveProfile() method in FakeManagedProfileController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWorkModeTile.java96 return mProfileController.hasActiveProfile(); in isAvailable()