Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DShowOnLockScreenNotificationPreferenceController.java99 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in displayPreference()
114 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in getSummary()
148 private boolean adminAllowsNotifications() { in adminAllowsNotifications() method in ShowOnLockScreenNotificationPreferenceController