Home
last modified time | relevance | path

Searched refs:getAllowPrivateNotifications (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DLockScreenNotificationPreferenceController.java277 || getAllowPrivateNotifications(context, UserHandle.myUserId()); in getSummaryResource()
306 (!mSecureProfile || getAllowPrivateNotifications(mContext, mProfileUserId)); in updateLockscreenNotificationsForProfile()
319 private static boolean getAllowPrivateNotifications(Context context, int userId) { in getAllowPrivateNotifications() method in LockScreenNotificationPreferenceController
DRedactNotificationPreferenceController.java91 return getAllowPrivateNotifications(userId); in isChecked()
162 private boolean getAllowPrivateNotifications(int userId) { in getAllowPrivateNotifications() method in RedactNotificationPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DLockScreenNotificationPreferenceController.java277 || getAllowPrivateNotifications(context, UserHandle.myUserId()); in getSummaryResource()
306 (!mSecureProfile || getAllowPrivateNotifications(mContext, mProfileUserId)); in updateLockscreenNotificationsForProfile()
319 private static boolean getAllowPrivateNotifications(Context context, int userId) { in getAllowPrivateNotifications() method in LockScreenNotificationPreferenceController