Searched refs:ConversationChannelWrapper (Results 1 – 8 of 8) sorted by relevance
31 public final class ConversationChannelWrapper implements Parcelable { class40 public ConversationChannelWrapper() {} in ConversationChannelWrapper() method in ConversationChannelWrapper42 protected ConversationChannelWrapper(Parcel in) { in ConversationChannelWrapper() method in ConversationChannelWrapper66 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()
19 parcelable ConversationChannelWrapper;
99 import android.service.notification.ConversationChannelWrapper;330 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()332 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()334 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()368 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()370 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()372 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()394 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()396 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()398 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()[all …]
60 import android.service.notification.ConversationChannelWrapper;1641 public ArrayList<ConversationChannelWrapper> getConversations(IntArray userIds, in getConversations()1644 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()1653 ConversationChannelWrapper conversation = in getConversations()1654 new ConversationChannelWrapper(); in getConversations()1685 public ArrayList<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations()1692 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()1699 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations()
275 import android.service.notification.ConversationChannelWrapper;4421 public ParceledListSlice<ConversationChannelWrapper> getConversations(4425 ArrayList<ConversationChannelWrapper> conversations =4427 for (ConversationChannelWrapper conversation : conversations) {4478 public ParceledListSlice<ConversationChannelWrapper> getConversationsForPackage(String pkg,4481 ArrayList<ConversationChannelWrapper> conversations =4483 for (ConversationChannelWrapper conversation : conversations) {
81 import android.service.notification.ConversationChannelWrapper;1027 List<ConversationChannelWrapper> conversations = in getPriorityTiles()1045 List<ConversationChannelWrapper> conversations = in getRecentTiles()
122 import android.service.notification.ConversationChannelWrapper;4996 List<ConversationChannelWrapper> convos = in testGetConversations_all()5032 List<ConversationChannelWrapper> convos = in testGetConversations_multiUser()5077 List<ConversationChannelWrapper> convos = in testGetConversations_notDemoted()5117 List<ConversationChannelWrapper> convos = in testGetConversations_onlyImportant()5142 List<ConversationChannelWrapper> convos = in testGetConversations_parentDeleted()5149 private boolean conversationWrapperContainsChannel(List<ConversationChannelWrapper> list, in conversationWrapperContainsChannel()5151 for (ConversationChannelWrapper ccw : list) { in conversationWrapperContainsChannel()5253 ArrayList<ConversationChannelWrapper> convos = mHelper.getConversations(PKG_O, UID_O); in testGetConversations()5256 for (ConversationChannelWrapper convo : convos) { in testGetConversations()
253 import android.service.notification.ConversationChannelWrapper;11379 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>();11380 ConversationChannelWrapper convo1 = new ConversationChannelWrapper();11386 ConversationChannelWrapper convo2 = new ConversationChannelWrapper();11404 List<ConversationChannelWrapper> conversations =11420 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>();11421 ConversationChannelWrapper convo1 = new ConversationChannelWrapper();11427 ConversationChannelWrapper convo2 = new ConversationChannelWrapper();11442 List<ConversationChannelWrapper> conversations =11451 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>();[all …]