Searched refs:mNotificationsPreference (Results 1 – 3 of 3) sorted by relevance
99 mNotificationsPreference.refresh(); in testNotificationsPreference_systemAppNotificationsEnabledInRes()101 assertFalse(mNotificationsPreference.isEnabled()); in testNotificationsPreference_systemAppNotificationsEnabledInRes()111 mNotificationsPreference.refresh(); in testNotificationsPreference_systemAppNotificationsEnabledNotInRes()123 mNotificationsPreference.refresh(); in testNotificationsPreference_notSystemAppNotificationsEnabledInRes()135 mNotificationsPreference.refresh(); in testNotificationsPreference_notSystemAppNotificationsEnabledNotInRes()137 assertTrue(mNotificationsPreference.isEnabled()); in testNotificationsPreference_notSystemAppNotificationsEnabledNotInRes()147 mNotificationsPreference.refresh(); in testNotificationsPreference_systemAppNotificationsDisabledNotInRes()149 assertTrue(mNotificationsPreference.isEnabled()); in testNotificationsPreference_systemAppNotificationsDisabledNotInRes()159 mNotificationsPreference.refresh(); in testNotificationsPreference_notSystemAppNotificationsEDisabledInRes()171 mNotificationsPreference.refresh(); in testNotificationsPreference_notSystemAppNotificationsDisabledNotInRes()[all …]
47 private Preference mNotificationsPreference; field in ZenCustomRuleConfigSettings83 mNotificationsPreference = getPreferenceScreen().findPreference(NOTIFICATIONS_KEY); in onCreate()84 mNotificationsPreference.setOnPreferenceClickListener( in onCreate()116 mNotificationsPreference.setSummary(mSummaryBuilder.getBlockedEffectsSummary(noManPolicy)); in updateSummaries()
96 private NotificationsPreference mNotificationsPreference; field in AppManagementFragment349 if (mNotificationsPreference == null) { in updatePrefs()350 mNotificationsPreference = new NotificationsPreference(themedContext, mEntry); in updatePrefs()351 mNotificationsPreference.setKey(KEY_NOTIFICATIONS); in updatePrefs()352 replacePreference(mNotificationsPreference); in updatePrefs()354 mNotificationsPreference.setEntry(mEntry); in updatePrefs()