Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DBubblePreferenceControllerTest.java143 appRow.bubblePreference = BUBBLE_PREFERENCE_NONE; in isAvailable_channel_yesIfAppOff()
195 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in isAvailable_defaultChannel()
208 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in isAvailable_channel()
287 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in updateState_app()
294 appRow.bubblePreference = BUBBLE_PREFERENCE_NONE; in updateState_app()
300 appRow.bubblePreference = BUBBLE_PREFERENCE_SELECTED; in updateState_app()
314 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in updateState_app_offGlobally()
327 appRow.bubblePreference = BUBBLE_PREFERENCE_SELECTED; in onPreferenceChange_on_channel()
347 appRow.bubblePreference = BUBBLE_PREFERENCE_SELECTED; in onPreferenceChange_off_channel()
368 appRow.bubblePreference = BUBBLE_PREFERENCE_NONE; in onPreferenceChange_app_all()
[all …]
DAppBubbleListPreferenceControllerTest.java106 appRow.bubblePreference = BUBBLE_PREFERENCE_NONE; in isAvailable_BUBBLE_PREFERENCE_NONE_false()
115 appRow.bubblePreference = BUBBLE_PREFERENCE_SELECTED; in isAvailable_BUBBLE_PREFERENCE_SELECTED_true()
124 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in isAvailable_BUBBLE_PREFERENCE_ALL_true()
133 appRow.bubblePreference = BUBBLE_PREFERENCE_SELECTED; in filterAndSortConversations_BUBBLE_PREFERENCE_SELECTED_filtersAllowedBubbles()
146 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in filterAndSortConversations_BUBBLE_PREFERENCE_ALL_filtersExcludedBubbles()
159 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in clickConversationPref_updatesChannel()
DBubbleSummaryPreferenceControllerTest.java144 mAppRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in updateState_setsIntent()
170 appRow.bubblePreference = BUBBLE_PREFERENCE_NONE; in getSummary_BUBBLE_PREFERENCE_NONEisSelected_returnsNoneString()
183 appRow.bubblePreference = BUBBLE_PREFERENCE_ALL; in getSummary_BUBBLE_PREFERENCE_ALLisSelected_returnsAllString()
196 appRow.bubblePreference = BUBBLE_PREFERENCE_SELECTED; in getSummary_BUBBLE_PREFERENCE_SELECTEDisSelected_returnsSelectedString()
/packages/apps/Settings/src/com/android/settings/notification/
DAppBubbleListPreferenceController.java97 if (mAppRow.bubblePreference == BUBBLE_PREFERENCE_NONE) { in isAvailable()
110 if (mAppRow.bubblePreference == BUBBLE_PREFERENCE_SELECTED) { in filterAndSortConversations()
112 } else if (mAppRow.bubblePreference == BUBBLE_PREFERENCE_ALL) { in filterAndSortConversations()
123 return mAppRow.bubblePreference == BUBBLE_PREFERENCE_SELECTED
133 pref.setOnClickBubblesConversation(mAppRow.bubblePreference == BUBBLE_PREFERENCE_ALL);
DNotificationBackend.java87 row.bubblePreference = getBubblePreference(row.pkg, row.uid); in loadAppRow()
605 public int bubblePreference = NotificationManager.BUBBLE_PREFERENCE_NONE; field in NotificationBackend.AppRow
/packages/apps/Settings/src/com/android/settings/notification/app/
DBubblePreferenceController.java93 int backEndPref = mAppRow.bubblePreference; in updateState()
130 mAppRow.bubblePreference = value; in onPreferenceChange()
DBubbleSummaryPreferenceController.java90 int backEndPref = mAppRow.bubblePreference; in getSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java75 row.bubblePreference = getBubblePreference(row.pkg, row.uid); in loadAppRow()
489 public int bubblePreference = NotificationManager.BUBBLE_PREFERENCE_NONE; field in NotificationBackend.AppRow