Searched defs:getConversations (Results 1 – 5 of 5) sorted by relevance
58 public LiveData<UIConversationLog> getConversations(@Nullable UserAccount userAccount) { in getConversations() method in ConversationListViewModel
57 LiveData<Collection<Conversation>> getConversations(@NonNull UserAccount userAccount); in getConversations() method
61 public LiveData<Collection<Conversation>> getConversations(@NonNull UserAccount userAccount) { in getConversations() method in TelephonyDataModel
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
859 private Cursor getConversations(String[] projection, String selection, in getConversations() method in MmsSmsProvider