Searched refs:ConversationChannelWrapper (Results 1 – 6 of 6) sorted by relevance
30 public final class ConversationChannelWrapper implements Parcelable { class39 public ConversationChannelWrapper() {} in ConversationChannelWrapper() method in ConversationChannelWrapper41 protected ConversationChannelWrapper(Parcel in) { in ConversationChannelWrapper() method in ConversationChannelWrapper65 public static final Creator<ConversationChannelWrapper> CREATOR =66 new Creator<ConversationChannelWrapper>() {68 public ConversationChannelWrapper createFromParcel(Parcel in) {69 return new ConversationChannelWrapper(in);73 public ConversationChannelWrapper[] newArray(int size) {74 return new ConversationChannelWrapper[size];132 ConversationChannelWrapper that = (ConversationChannelWrapper) o; in equals()
19 parcelable ConversationChannelWrapper;
48 import android.service.notification.ConversationChannelWrapper;1324 public ArrayList<ConversationChannelWrapper> getConversations(boolean onlyImportant) { in getConversations()1326 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()1335 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations()1363 public ArrayList<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations()1370 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()1377 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations()
200 import android.service.notification.ConversationChannelWrapper;3510 public ParceledListSlice<ConversationChannelWrapper> getConversations(3513 ArrayList<ConversationChannelWrapper> conversations =3515 for (ConversationChannelWrapper conversation : conversations) {3537 public ParceledListSlice<ConversationChannelWrapper> getConversationsForPackage(String pkg,3540 ArrayList<ConversationChannelWrapper> conversations =3542 for (ConversationChannelWrapper conversation : conversations) {
137 import android.service.notification.ConversationChannelWrapper;6614 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>(); in testGetConversationsForPackage_hasShortcut()6615 ConversationChannelWrapper convo1 = new ConversationChannelWrapper(); in testGetConversationsForPackage_hasShortcut()6621 ConversationChannelWrapper convo2 = new ConversationChannelWrapper(); in testGetConversationsForPackage_hasShortcut()6639 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_hasShortcut()6648 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>(); in testGetConversationsForPackage_shortcut_notLongLived()6649 ConversationChannelWrapper convo1 = new ConversationChannelWrapper(); in testGetConversationsForPackage_shortcut_notLongLived()6655 ConversationChannelWrapper convo2 = new ConversationChannelWrapper(); in testGetConversationsForPackage_shortcut_notLongLived()6670 List<ConversationChannelWrapper> conversations = in testGetConversationsForPackage_shortcut_notLongLived()6679 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>(); in testGetConversationsForPackage_doesNotHaveShortcut()[all …]
88 import android.service.notification.ConversationChannelWrapper;3160 List<ConversationChannelWrapper> convos = mHelper.getConversations(false); in testGetConversations_all()3198 List<ConversationChannelWrapper> convos = mHelper.getConversations(false); in testGetConversations_notDemoted()3236 List<ConversationChannelWrapper> convos = mHelper.getConversations(true); in testGetConversations_onlyImportant()3244 private boolean conversationWrapperContainsChannel(List<ConversationChannelWrapper> list, in conversationWrapperContainsChannel()3246 for (ConversationChannelWrapper ccw : list) { in conversationWrapperContainsChannel()3348 ArrayList<ConversationChannelWrapper> convos = mHelper.getConversations(PKG_O, UID_O); in testGetConversations()3351 for (ConversationChannelWrapper convo : convos) { in testGetConversations()