Searched refs:mNotificationsPreference (Results 1 – 3 of 3) sorted by relevance
71 private NotificationsPreference mNotificationsPreference; field in NotificationsPreferenceTest97 mNotificationsPreference = new NotificationsPreference(mContext, mAppEntry); in testNotificationsPreference_systemAppNotificationsEnabledInRes()99 mNotificationsPreference.refresh(); in testNotificationsPreference_systemAppNotificationsEnabledInRes()101 assertFalse(mNotificationsPreference.isEnabled()); in testNotificationsPreference_systemAppNotificationsEnabledInRes()109 mNotificationsPreference = new NotificationsPreference(mContext, mAppEntry); in testNotificationsPreference_systemAppNotificationsEnabledNotInRes()111 mNotificationsPreference.refresh(); in testNotificationsPreference_systemAppNotificationsEnabledNotInRes()113 assertFalse(mNotificationsPreference.isEnabled()); in testNotificationsPreference_systemAppNotificationsEnabledNotInRes()121 mNotificationsPreference = new NotificationsPreference(mContext, mAppEntry); in testNotificationsPreference_notSystemAppNotificationsEnabledInRes()123 mNotificationsPreference.refresh(); in testNotificationsPreference_notSystemAppNotificationsEnabledInRes()125 assertFalse(mNotificationsPreference.isEnabled()); in testNotificationsPreference_notSystemAppNotificationsEnabledInRes()[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()