Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java62 boolean isAnyProfilePublicMode(); in isAnyProfilePublicMode() method
DNotificationLockscreenUserManagerImpl.java510 public boolean isAnyProfilePublicMode() { in isAnyProfilePublicMode() method in NotificationLockscreenUserManagerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java299 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()
316 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnStatePostChange_verifyIfProfileIsPublic()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java143 && !mLockscreenUserManager.isAnyProfilePublicMode()) { in onWorkChallengeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java321 mLockscreenUserManager.isAnyProfilePublicMode());
329 mView.updateSensitiveness(false, mLockscreenUserManager.isAnyProfilePublicMode());
339 mView.updateSensitiveness(false, mLockscreenUserManager.isAnyProfilePublicMode()); in updateSensitivenessForOccludedWakeup()