Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DShowOnLockScreenNotificationPreferenceController.java97 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in updateState()
112 if (!adminAllowsNotifications() || !getLockscreenNotificationsEnabled()) { in getSummary()
146 private boolean adminAllowsNotifications() { in adminAllowsNotifications() method in ShowOnLockScreenNotificationPreferenceController
DRedactNotificationPreferenceController.java125 || !adminAllowsNotifications(userId) in getAvailabilityStatus()
152 private boolean adminAllowsNotifications(int userId) { in adminAllowsNotifications() method in RedactNotificationPreferenceController