Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java251 return getConversationChannel(packageName, userId, shortcutId, conversationInfo); in getConversation()
270 private ConversationChannel getConversationChannel(String packageName, int userId, in getConversationChannel() method in DataManager
273 return getConversationChannel( in getConversationChannel()
278 private ConversationChannel getConversationChannel(ShortcutInfo shortcutInfo, in getConversationChannel() method in DataManager
315 ConversationChannel channel = getConversationChannel(packageData.getPackageName(), in getRecentConversations()
1352 ConversationChannel channel = getConversationChannel(packageName, userId, in updateConversationStoreThenNotifyListeners()
1362 ConversationChannel channel = getConversationChannel( in updateConversationStoreThenNotifyListeners()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java331 getConversationChannel( in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()
334 getConversationChannel(SHORTCUT_ID + 4, in testGetRecentTilesReturnsSortedListWithOnlyRecentConversations()
393 getConversationChannel( in testGetTilesReturnsNothingInQuietMode()
1745 private ConversationChannel getConversationChannel(String shortcutId, in getConversationChannel() method in PeopleSpaceWidgetManagerTest
/aosp14/frameworks/base/services/
H A Dart-profile5446 HPLcom/android/server/people/data/DataManager;->getConversationChannel(Landroid/content/pm/Shortcut…