Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java614 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testDoNotUpdateStatusPostedIfDifferentShortcutId()
631 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedIfExistingTile()
648 mManager.updateWidgetsWithConversationChanged(conversationChannel); in testUpdateStatusPostedOnTwoExistingTiles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java260 updateWidgetsWithConversationChanged(conversation)); in onConversationUpdate()
705 public void updateWidgetsWithConversationChanged(ConversationChannel conversation) { in updateWidgetsWithConversationChanged() method in PeopleSpaceWidgetManager