Home
last modified time | relevance | path

Searched refs:userAllowsPrivateNotificationsInPublic (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java68 boolean userAllowsPrivateNotificationsInPublic(int currentUserId); in userAllowsPrivateNotificationsInPublic() method
DNotificationLockscreenUserManagerImpl.java368 public boolean userAllowsPrivateNotificationsInPublic(int userHandle) { in userAllowsPrivateNotificationsInPublic() method in NotificationLockscreenUserManagerImpl
443 boolean currentUserWantsRedaction = !userAllowsPrivateNotificationsInPublic(mCurrentUserId); in needsRedaction()
444 boolean notiUserWantsRedaction = !userAllowsPrivateNotificationsInPublic(userId); in needsRedaction()
DNotificationViewHierarchyManager.java173 && !mLockscreenUserManager.userAllowsPrivateNotificationsInPublic( in updateNotificationViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java125 assertTrue(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mCurrentUserId)); in testLockScreenAllowPrivateNotificationsTrue()
133 assertFalse(mLockscreenUserManager.userAllowsPrivateNotificationsInPublic(mCurrentUserId)); in testLockScreenAllowPrivateNotificationsFalse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3671 userAllowsPrivateNotificationsInPublic(mLockscreenUserManager.getCurrentUserId()) in goToLockedShade()