Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java343 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifyNotSensitive()
360 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()
378 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifyNotSensitive_screenshareNotificationHidingEnabled()
398 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile_screenshareNotificationHidingEnabled()
418 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnUserChange_verifySensitiveActive_screenshareNotificationHidingEnabled()
436 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnStatePostChange_verifyNotSensitive()
451 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnStatePostChange_verifyIfProfileIsPublic()
467 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnStatePostChange_verifyNotSensitive_screenshareNotificationHidingEnabled()
485 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnStatePostChange_verifyIfProfileIsPublic_screenshareNotificationHidingEnabled()
503 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(false); in testOnStatePostChange_verifyIfSensitiveActive_screenshareNotificationHidingEnabled()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java67 boolean isAnyProfilePublicMode(); in isAnyProfilePublicMode() method
DNotificationLockscreenUserManagerImpl.java716 public boolean isAnyProfilePublicMode() { in isAnyProfilePublicMode() method in NotificationLockscreenUserManagerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java145 && !mLockscreenUserManager.isAnyProfilePublicMode()) { in onWorkChallengeChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java431 boolean isAnyProfilePublic = mLockscreenUserManager.isAnyProfilePublicMode(); in updateSensitivenessWithAnimation()
440 mView.updateSensitiveness(animate, mLockscreenUserManager.isAnyProfilePublicMode()); in updateSensitivenessWithAnimation()