Searched refs:setBundleTypeState (Results 1 – 3 of 3) sorted by relevance
204 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()
128 mBackend.setBundleTypeState(getBundleTypeForKey(prefKey), checked); in getListenerForType()
767 public void setBundleTypeState(@Adjustment.Types int type, boolean enabled) { in setBundleTypeState() method in NotificationBackend