Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java502 Set<String> tilesUpdated = getMatchingKeyWidgetIds(key); in updateWidgetsWithNotificationChangedInBackground() local
505 Log.d(TAG, "Widgets by key to be updated:" + tilesUpdated.toString()); in updateWidgetsWithNotificationChangedInBackground()
508 tilesUpdated.addAll(tilesUpdatedByUri); in updateWidgetsWithNotificationChangedInBackground()
509 updateWidgetIdsBasedOnNotifications(tilesUpdated, notifications); in updateWidgetsWithNotificationChangedInBackground()