Home
last modified time | relevance | path

Searched refs:ConversationChannelWrapper (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DConversationChannelWrapper.java31 public final class ConversationChannelWrapper implements Parcelable { class
40 public ConversationChannelWrapper() {} in ConversationChannelWrapper() method in ConversationChannelWrapper
42 protected ConversationChannelWrapper(Parcel in) { in ConversationChannelWrapper() method in ConversationChannelWrapper
66 public static final Creator<ConversationChannelWrapper> CREATOR =
67 new Creator<ConversationChannelWrapper>() {
69 public ConversationChannelWrapper createFromParcel(Parcel in) {
70 return new ConversationChannelWrapper(in);
74 public ConversationChannelWrapper[] newArray(int size) {
75 return new ConversationChannelWrapper[size];
133 ConversationChannelWrapper that = (ConversationChannelWrapper) o; in equals()
DConversationChannelWrapper.aidl19 parcelable ConversationChannelWrapper;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java95 import android.service.notification.ConversationChannelWrapper;
318 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()
320 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()
322 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()
356 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()
358 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()
360 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()
382 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()
384 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()
386 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java50 import android.service.notification.ConversationChannelWrapper;
1412 public ArrayList<ConversationChannelWrapper> getConversations(IntArray userIds, in getConversations()
1415 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()
1424 ConversationChannelWrapper conversation = in getConversations()
1425 new ConversationChannelWrapper(); in getConversations()
1456 public ArrayList<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations()
1463 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()
1470 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations()
DNotificationManagerService.java221 import android.service.notification.ConversationChannelWrapper;
3939 public ParceledListSlice<ConversationChannelWrapper> getConversations(
3943 ArrayList<ConversationChannelWrapper> conversations =
3945 for (ConversationChannelWrapper conversation : conversations) {
3967 public ParceledListSlice<ConversationChannelWrapper> getConversationsForPackage(String pkg,
3970 ArrayList<ConversationChannelWrapper> conversations =
3972 for (ConversationChannelWrapper conversation : conversations) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java96 import android.service.notification.ConversationChannelWrapper;
3450 List<ConversationChannelWrapper> convos = in testGetConversations_all()
3483 List<ConversationChannelWrapper> convos = in testGetConversations_multiUser()
3527 List<ConversationChannelWrapper> convos = in testGetConversations_notDemoted()
3566 List<ConversationChannelWrapper> convos = in testGetConversations_onlyImportant()
3590 List<ConversationChannelWrapper> convos = in testGetConversations_parentDeleted()
3597 private boolean conversationWrapperContainsChannel(List<ConversationChannelWrapper> list, in conversationWrapperContainsChannel()
3599 for (ConversationChannelWrapper ccw : list) { in conversationWrapperContainsChannel()
3701 ArrayList<ConversationChannelWrapper> convos = mHelper.getConversations(PKG_O, UID_O); in testGetConversations()
3704 for (ConversationChannelWrapper convo : convos) { in testGetConversations()
DNotificationManagerServiceTest.java158 import android.service.notification.ConversationChannelWrapper;
7535 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>(); in testGetConversationsForPackage_hasShortcut()
7536 ConversationChannelWrapper convo1 = new ConversationChannelWrapper(); in testGetConversationsForPackage_hasShortcut()
7542 ConversationChannelWrapper convo2 = new ConversationChannelWrapper(); in testGetConversationsForPackage_hasShortcut()
7560 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_hasShortcut()
7576 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>(); in testGetConversationsForPackage_shortcut_notLongLived()
7577 ConversationChannelWrapper convo1 = new ConversationChannelWrapper(); in testGetConversationsForPackage_shortcut_notLongLived()
7583 ConversationChannelWrapper convo2 = new ConversationChannelWrapper(); in testGetConversationsForPackage_shortcut_notLongLived()
7598 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_shortcut_notLongLived()
7607 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>(); in testGetConversationsForPackage_doesNotHaveShortcut()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java76 import android.service.notification.ConversationChannelWrapper;
993 List<ConversationChannelWrapper> conversations = in getPriorityTiles()
1011 List<ConversationChannelWrapper> conversations = in getRecentTiles()
/frameworks/base/services/
Dart-profile27403 …ist;]Landroid/service/notification/ConversationChannelWrapper;Landroid/service/notification/Conver…
27404 …ist;]Landroid/service/notification/ConversationChannelWrapper;Landroid/service/notification/Conver…