Searched refs:mNotificationsPreference (Results 1 – 3 of 3) sorted by relevance
68 private NotificationsPreference mNotificationsPreference; field in NotificationsPreferenceTest96 mNotificationsPreference = new NotificationsPreference(mContext, mAppEntry); in testNotificationsPreference_systemAppNotificationsEnabledInRes()98 mNotificationsPreference.refresh(); in testNotificationsPreference_systemAppNotificationsEnabledInRes()100 assertFalse(mNotificationsPreference.isEnabled()); in testNotificationsPreference_systemAppNotificationsEnabledInRes()108 mNotificationsPreference = new NotificationsPreference(mContext, mAppEntry); in testNotificationsPreference_systemAppNotificationsEnabledNotInRes()110 mNotificationsPreference.refresh(); in testNotificationsPreference_systemAppNotificationsEnabledNotInRes()112 assertFalse(mNotificationsPreference.isEnabled()); in testNotificationsPreference_systemAppNotificationsEnabledNotInRes()120 mNotificationsPreference = new NotificationsPreference(mContext, mAppEntry); in testNotificationsPreference_notSystemAppNotificationsEnabledInRes()122 mNotificationsPreference.refresh(); in testNotificationsPreference_notSystemAppNotificationsEnabledInRes()124 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()