Home
last modified time | relevance | path

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

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java1007 host.lastWidgetUpdateSequenceNo = updateSequenceNo; in startListening()
2261 host.lastWidgetUpdateSequenceNo = requestId; in handleNotifyAppWidgetViewDataChanged()
2353 host.lastWidgetUpdateSequenceNo = requestId; in handleNotifyUpdateAppWidgetDeferred()
2369 host.lastWidgetUpdateSequenceNo = requestId; in handleNotifyUpdateAppWidget()
2408 host.lastWidgetUpdateSequenceNo = requestId; in handleNotifyProviderChanged()
2452 host.lastWidgetUpdateSequenceNo = requestId; in handleNotifyAppWidgetRemoved()
4949 long lastWidgetUpdateSequenceNo; field in AppWidgetServiceImpl.Host
4977 long updateSequenceNo = lastWidgetUpdateSequenceNo; in getPendingUpdatesForIdLocked()
5006 outUpdates.put(lastWidgetUpdateSequenceNo, in getPendingUpdatesForIdLocked()