Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationSettings.java99 private Preference mNotificationAccess; field in NotificationSettings
145 mNotificationAccess = findPreference(KEY_NOTIFICATION_ACCESS); in onCreate()
464 if (mNotificationAccess != null) { in refreshNotificationListeners()
467 getPreferenceScreen().removePreference(mNotificationAccess); in refreshNotificationListeners()
471 mNotificationAccess.setSummary(getResources().getString( in refreshNotificationListeners()
474 mNotificationAccess.setSummary(String.format(getResources().getQuantityString( in refreshNotificationListeners()