Searched refs:isAnyProfilePublicMode (Results 1 – 5 of 5) sorted by relevance
343 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 …]
67 boolean isAnyProfilePublicMode(); in isAnyProfilePublicMode() method
716 public boolean isAnyProfilePublicMode() { in isAnyProfilePublicMode() method in NotificationLockscreenUserManagerImpl
145 && !mLockscreenUserManager.isAnyProfilePublicMode()) { in onWorkChallengeChanged()
431 boolean isAnyProfilePublic = mLockscreenUserManager.isAnyProfilePublicMode(); in updateSensitivenessWithAnimation()440 mView.updateSensitiveness(animate, mLockscreenUserManager.isAnyProfilePublicMode()); in updateSensitivenessWithAnimation()