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

  /packages/apps/Settings/src/com/android/settings/notification/
VisibilityPreferenceController.java 74 if (getLockscreenNotificationsEnabled() && getLockscreenAllowPrivateNotifications()) {
87 if (getLockscreenNotificationsEnabled()) {
141 if (!getLockscreenNotificationsEnabled()) {
149 private boolean getLockscreenNotificationsEnabled() {
LockScreenNotificationPreferenceController.java 269 final boolean enabled = getLockscreenNotificationsEnabled(context);
312 private static boolean getLockscreenNotificationsEnabled(Context context) {

Completed in 381 milliseconds