Searched refs:isAnyProfilePublicMode (Results 1 – 5 of 5) sorted by relevance
62 boolean isAnyProfilePublicMode(); in isAnyProfilePublicMode() method
510 public boolean isAnyProfilePublicMode() { in isAnyProfilePublicMode() method in NotificationLockscreenUserManagerImpl
299 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnUserChange_verifySensitiveProfile()316 when(mNotificationLockscreenUserManager.isAnyProfilePublicMode()).thenReturn(true); in testOnStatePostChange_verifyIfProfileIsPublic()
143 && !mLockscreenUserManager.isAnyProfilePublicMode()) { in onWorkChallengeChanged()
321 mLockscreenUserManager.isAnyProfilePublicMode());329 mView.updateSensitiveness(false, mLockscreenUserManager.isAnyProfilePublicMode());339 mView.updateSensitiveness(false, mLockscreenUserManager.isAnyProfilePublicMode()); in updateSensitivenessForOccludedWakeup()