Home
last modified time | relevance | path

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

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java198 private static final AtomicLong UPDATE_COUNTER = new AtomicLong(); field in AppWidgetServiceImpl
992 long updateSequenceNo = UPDATE_COUNTER.incrementAndGet(); in startListening()
2233 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyAppWidgetViewDataChanged()
2308 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyUpdateAppWidgetLocked()
2380 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyProviderChangedLocked()
2418 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyAppWidgetRemovedLocked()