Searched defs:getConversations (Results 1 – 7 of 7) sorted by relevance
64 public LiveData<UIConversationLog> getConversations(@Nullable UserAccount userAccount) { in getConversations() method in ConversationListViewModel
61 public LiveData<Collection<Conversation>> getConversations(@NonNull UserAccount userAccount) { in getConversations() method in TelephonyDataModel
56 LiveData<Collection<Conversation>> getConversations(@NonNull UserAccount userAccount); in getConversations() method
289 public ParceledListSlice<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations() method in NotificationBackend298 public ParceledListSlice<ConversationChannelWrapper> getConversations(boolean onlyImportant) { in getConversations() method in NotificationBackend
1414 public ArrayList<ConversationChannelWrapper> getConversations(IntArray userIds, in getConversations() method in PreferencesHelper1458 public ArrayList<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations() method in PreferencesHelper
859 private Cursor getConversations(String[] projection, String selection, in getConversations() method in MmsSmsProvider
94 ParceledListSlice getConversations(boolean onlyImportant); in getConversations() method