Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java583 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testDoNotUpdateStatusPostedIfDifferentShortcutId()
600 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedIfExistingTile()
617 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedOnTwoExistingTiles()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java227 updateWidgetsWithConversationChanged(conversation)); in onConversationUpdate()
675 public void updateWidgetsWithConversationChanged(ConversationChannel conversation) { in updateWidgetsWithConversationChanged() method in PeopleSpaceWidgetManager