Home
last modified time | relevance | path

Searched refs:conversationChannels (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java308 List<ConversationChannel> conversationChannels = new ArrayList<>(); in getRecentConversations() local
320 conversationChannels.add(channel); in getRecentConversations()
323 return conversationChannels; in getRecentConversations()