Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBundleCombinedPreferenceControllerTest.java204 verify(mBackend).setBundleTypeState(Adjustment.TYPE_CONTENT_RECOMMENDATION, true); in turnOnTypeBundle_updatesBackend_doesNotChangeGlobalSwitch()
219 verify(mBackend).setBundleTypeState(Adjustment.TYPE_CONTENT_RECOMMENDATION, false); in turnOffTypeBundle_lastOneChangesGlobalSwitch()
224 verify(mBackend).setBundleTypeState(Adjustment.TYPE_SOCIAL_MEDIA, false); in turnOffTypeBundle_lastOneChangesGlobalSwitch()
/packages/apps/Settings/src/com/android/settings/notification/
DBundleCombinedPreferenceController.java128 mBackend.setBundleTypeState(getBundleTypeForKey(prefKey), checked); in getListenerForType()
DNotificationBackend.java767 public void setBundleTypeState(@Adjustment.Types int type, boolean enabled) { in setBundleTypeState() method in NotificationBackend