Searched refs:isAnyProfilePublicMode (Results 1 – 5 of 5) sorted by relevance
74 boolean isAnyProfilePublicMode(); in isAnyProfilePublicMode() method
561 public boolean isAnyProfilePublicMode() { in isAnyProfilePublicMode() method in NotificationLockscreenUserManagerImpl
301 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()318 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnStatePostChange_verifyIfProfileIsPublic()
142 && !mLockscreenUserManager.isAnyProfilePublicMode()) { in onWorkChallengeChanged()
322 mLockscreenUserManager.isAnyProfilePublicMode());331 mView.updateSensitiveness(false, mLockscreenUserManager.isAnyProfilePublicMode());