Searched defs:NOTIFICATION_HISTORY_ENABLED (Results 1 – 5 of 5) sorted by relevance
332 NOTIFICATION_HISTORY_ENABLED, 0) == 1); in bindSwitch() local
114 Settings.Secure.putIntForUser(mContext.getContentResolver(), NOTIFICATION_HISTORY_ENABLED, in setUp() local
1805 private final Uri NOTIFICATION_HISTORY_ENABLED field in NotificationManagerService.SettingsObserver
201 VALIDATORS.put(Secure.NOTIFICATION_HISTORY_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put()
9707 public static final String NOTIFICATION_HISTORY_ENABLED = "notification_history_enabled"; field in Settings.Secure