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

/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java105 private Preference mNotificationAccess; field in class:SecuritySettings
286 mNotificationAccess = findPreference(KEY_NOTIFICATION_ACCESS);
287 if (mNotificationAccess != null) {
291 deviceAdminCategory.removePreference(mNotificationAccess);
296 mNotificationAccess.setSummary(getResources().getString(
299 mNotificationAccess.setSummary(String.format(getResources().getQuantityString(

Completed in 62 milliseconds