HomeSort by relevance Sort by last modified time
    Searched refs:getLockscreenAllowPrivateNotifications (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
LockScreenNotificationPreferenceController.java 279 || getLockscreenAllowPrivateNotifications(UserHandle.myUserId());
303 || getLockscreenAllowPrivateNotifications(mProfileChallengeUserId);
317 private boolean getLockscreenAllowPrivateNotifications(int userId) {
NotificationSettingsBase.java 339 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) {
421 } else if (!getLockscreenAllowPrivateNotifications()) {
432 private boolean getLockscreenAllowPrivateNotifications() {

Completed in 5210 milliseconds