Home
last modified time | relevance | path

Searched refs:setAllowBubbles (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/app/
DBubblePreferenceController.java114 mChannel.setAllowBubbles((boolean) newValue); in onPreferenceChange()
131 mBackend.setAllowBubbles(mAppRow.pkg, mAppRow.uid, value); in onPreferenceChange()
152 backend.setAllowBubbles(pkg, uid, BUBBLE_PREFERENCE_NONE); in revertBubblesApproval()
165 backend.setAllowBubbles(pkg, uid, pref); in applyBubblesApproval()
DConversationPriorityPreferenceController.java79 mChannel.setAllowBubbles(true); in onPreferenceChange()
81 mChannel.setAllowBubbles(false); in onPreferenceChange()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DConversationPriorityPreferenceControllerTest.java205 channel.setAllowBubbles(false); in testImportanceLowToDefault()
224 channel.setAllowBubbles(false); in testImportanceDefaultToLow()
243 channel.setAllowBubbles(true); in testImportanceLowToDefault_bubblesMaintained()
262 channel.setAllowBubbles(true); in testImportancePriorityToDefault()
DBubblePreferenceControllerTest.java379 verify(mBackend, times(1)).setAllowBubbles(any(), anyInt(), eq(BUBBLE_PREFERENCE_ALL)); in onPreferenceChange_app_all()
399 verify(mBackend, never()).setAllowBubbles(any(), anyInt(), eq(BUBBLE_PREFERENCE_ALL)); in testOnPreferenceChange_app_all_offGlobally()
419 verify(mBackend, times(1)).setAllowBubbles(any(), anyInt(), eq(BUBBLE_PREFERENCE_NONE)); in onPreferenceChange_app_selected()
438 verify(mBackend, times(1)).setAllowBubbles(any(), anyInt(), eq(BUBBLE_PREFERENCE_NONE)); in onPreferenceChange_app_none()
DAppBubbleListPreferenceControllerTest.java170 verify(ccw.getNotificationChannel()).setAllowBubbles(DEFAULT_ALLOW_BUBBLE); in clickConversationPref_updatesChannel()
/packages/apps/Settings/src/com/android/settings/notification/
DAppBubbleListPreferenceController.java135 conversation.getNotificationChannel().setAllowBubbles(DEFAULT_ALLOW_BUBBLE);
DNotificationBackend.java207 public boolean setAllowBubbles(String pkg, int uid, int preference) { in setAllowBubbles() method in NotificationBackend
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java189 public boolean setAllowBubbles(String pkg, int uid, int pref) { in setAllowBubbles() method in NotificationBackend