Searched refs:userAllowsPrivateNotificationsInPublic (Results 1 – 5 of 5) sorted by relevance
68 boolean userAllowsPrivateNotificationsInPublic(int currentUserId); in userAllowsPrivateNotificationsInPublic() method
368 public boolean userAllowsPrivateNotificationsInPublic(int userHandle) { in userAllowsPrivateNotificationsInPublic() method in NotificationLockscreenUserManagerImpl443 boolean currentUserWantsRedaction = !userAllowsPrivateNotificationsInPublic(mCurrentUserId); in needsRedaction()444 boolean notiUserWantsRedaction = !userAllowsPrivateNotificationsInPublic(userId); in needsRedaction()
173 && !mLockscreenUserManager.userAllowsPrivateNotificationsInPublic( in updateNotificationViews()
125 assertTrue(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mCurrentUserId)); in testLockScreenAllowPrivateNotificationsTrue()133 assertFalse(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mCurrentUserId)); in testLockScreenAllowPrivateNotificationsFalse()
3671 userAllowsPrivateNotificationsInPublic(mLockscreenUserManager.getCurrentUserId()) in goToLockedShade()