Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java74 boolean isAnyProfilePublicMode(); in isAnyProfilePublicMode() method
H A DNotificationLockscreenUserManagerImpl.java561 public boolean isAnyProfilePublicMode() { in isAnyProfilePublicMode() method in NotificationLockscreenUserManagerImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java301 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()
318 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnStatePostChange_verifyIfProfileIsPublic()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java142 && !mLockscreenUserManager.isAnyProfilePublicMode()) { in onWorkChallengeChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java322 mLockscreenUserManager.isAnyProfilePublicMode());
331 mView.updateSensitiveness(false, mLockscreenUserManager.isAnyProfilePublicMode());