Searched refs:getAllowPrivateNotifications (Results 1 – 3 of 3) sorted by relevance
62 return getAllowPrivateNotifications(userId); in isChecked()121 private boolean getAllowPrivateNotifications(int userId) { in getAllowPrivateNotifications() method in RedactNotificationPreferenceController
277 || 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