Searched refs:userAllowsPrivateNotificationsInPublic (Results 1 – 10 of 10) sorted by relevance
74 whenever(lockscreenUserManager.userAllowsPrivateNotificationsInPublic(1)).thenReturn(true)92 whenever(lockscreenUserManager.userAllowsPrivateNotificationsInPublic(1)).thenReturn(true)110 whenever(lockscreenUserManager.userAllowsPrivateNotificationsInPublic(1)).thenReturn(true)128 whenever(lockscreenUserManager.userAllowsPrivateNotificationsInPublic(1)).thenReturn(false)146 whenever(lockscreenUserManager.userAllowsPrivateNotificationsInPublic(1)).thenReturn(false)164 whenever(lockscreenUserManager.userAllowsPrivateNotificationsInPublic(1)).thenReturn(false)182 whenever(lockscreenUserManager.userAllowsPrivateNotificationsInPublic(1)).thenReturn(false)
173 assertTrue(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mCurrentUser.id)); in testLockScreenAllowPrivateNotificationsTrue()181 assertFalse(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mCurrentUser.id)); in testLockScreenAllowPrivateNotificationsFalse()189 assertFalse(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mWorkUser.id)); in testLockScreenAllowsWorkPrivateNotificationsFalse()197 assertTrue(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mWorkUser.id)); in testLockScreenAllowsWorkPrivateNotificationsTrue()
114 whenever(lockScreenUserManager.userAllowsPrivateNotificationsInPublic(anyInt())).thenReturn(193 whenever(lockScreenUserManager.userAllowsPrivateNotificationsInPublic(anyInt())).thenReturn(
84 boolean userAllowsPrivateNotificationsInPublic(int currentUserId); in userAllowsPrivateNotificationsInPublic() method
419 public boolean userAllowsPrivateNotificationsInPublic(int userHandle) { in userAllowsPrivateNotificationsInPublic() method in NotificationLockscreenUserManagerImpl444 if (!userAllowsPrivateNotificationsInPublic( in allowsManagedPrivateNotificationsInPublic()510 !userAllowsPrivateNotificationsInPublic(mCurrentUserId); in needsRedaction()512 boolean isNotifUserRedacted = !userAllowsPrivateNotificationsInPublic(userId); in needsRedaction()
192 && !mLockscreenUserManager.userAllowsPrivateNotificationsInPublic( in updateNotificationViews()
474 var fullShadeNeedsBouncer = (!lockScreenUserManager.userAllowsPrivateNotificationsInPublic(
83 return !mLockscreenUserManager.userAllowsPrivateNotificationsInPublic( in isDynamicPrivacyEnabled()
67 !lockscreenUserManager.userAllowsPrivateNotificationsInPublic(currentUserId)
127 when(mLockScreenUserManager.userAllowsPrivateNotificationsInPublic(anyInt())).thenReturn( in allowPrivateNotificationsInPublic()