Home
last modified time | relevance | path

Searched refs:mNotificationsPreference (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
H A DNotificationsPreferenceTest.java99 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 …]
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenCustomRuleConfigSettings.java47 private Preference mNotificationsPreference; field in ZenCustomRuleConfigSettings
83 mNotificationsPreference = getPreferenceScreen().findPreference(NOTIFICATIONS_KEY); in onCreate()
84 mNotificationsPreference.setOnPreferenceClickListener( in onCreate()
116 mNotificationsPreference.setSummary(mSummaryBuilder.getBlockedEffectsSummary(noManPolicy)); in updateSummaries()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppManagementFragment.java96 private NotificationsPreference mNotificationsPreference; field in AppManagementFragment
349 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()