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;
95 import android.service.notification.ConversationChannelWrapper;317 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()319 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()321 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()355 ConversationChannelWrapper newerNonImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()357 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()359 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetPriorityTilesReturnsSortedListWithOnlyImportantConversations()383 ConversationChannelWrapper newerImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()385 ConversationChannelWrapper olderImportantConversation = getConversationChannelWrapper( in testGetTilesReturnsNothingInQuietMode()1730 private ConversationChannelWrapper getConversationChannelWrapper(String shortcutId, in getConversationChannelWrapper()[all …]
62 import android.service.notification.ConversationChannelWrapper;1577 public ArrayList<ConversationChannelWrapper> getConversations(IntArray userIds, in getConversations()1580 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()1589 ConversationChannelWrapper conversation = in getConversations()1590 new ConversationChannelWrapper(); in getConversations()1621 public ArrayList<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations()1628 ArrayList<ConversationChannelWrapper> conversations = new ArrayList<>(); in getConversations()1635 ConversationChannelWrapper conversation = new ConversationChannelWrapper(); in getConversations()
245 import android.service.notification.ConversationChannelWrapper;4193 public ParceledListSlice<ConversationChannelWrapper> getConversations(4197 ArrayList<ConversationChannelWrapper> conversations =4199 for (ConversationChannelWrapper conversation : conversations) {4221 public ParceledListSlice<ConversationChannelWrapper> getConversationsForPackage(String pkg,4224 ArrayList<ConversationChannelWrapper> conversations =4226 for (ConversationChannelWrapper conversation : conversations) {
76 import android.service.notification.ConversationChannelWrapper;994 List<ConversationChannelWrapper> conversations = in getPriorityTiles()1012 List<ConversationChannelWrapper> conversations = in getRecentTiles()
126 import android.service.notification.ConversationChannelWrapper;4792 List<ConversationChannelWrapper> convos = in testGetConversations_all()4828 List<ConversationChannelWrapper> convos = in testGetConversations_multiUser()4873 List<ConversationChannelWrapper> convos = in testGetConversations_notDemoted()4913 List<ConversationChannelWrapper> convos = in testGetConversations_onlyImportant()4938 List<ConversationChannelWrapper> convos = in testGetConversations_parentDeleted()4945 private boolean conversationWrapperContainsChannel(List<ConversationChannelWrapper> list, in conversationWrapperContainsChannel()4947 for (ConversationChannelWrapper ccw : list) { in conversationWrapperContainsChannel()5049 ArrayList<ConversationChannelWrapper> convos = mHelper.getConversations(PKG_O, UID_O); in testGetConversations()5052 for (ConversationChannelWrapper convo : convos) { in testGetConversations()
209 import android.service.notification.ConversationChannelWrapper;9928 ArrayList<ConversationChannelWrapper> convos = new ArrayList<>();9929 ConversationChannelWrapper convo1 = new ConversationChannelWrapper();9935 ConversationChannelWrapper convo2 = new ConversationChannelWrapper();9953 List<ConversationChannelWrapper> conversations =9970 ConversationChannelWrapper convo1 = new ConversationChannelWrapper();9976 ConversationChannelWrapper convo2 = new ConversationChannelWrapper();9991 List<ConversationChannelWrapper> conversations =10001 ConversationChannelWrapper convo1 = new ConversationChannelWrapper();10007 ConversationChannelWrapper convo2 = new ConversationChannelWrapper();[all …]