Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java183 private static final AtomicLong UPDATE_COUNTER = new AtomicLong(); field in AppWidgetServiceImpl
789 long updateSequenceNo = UPDATE_COUNTER.incrementAndGet(); in startListening()
1983 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyAppWidgetViewDataChanged()
2057 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyUpdateAppWidgetLocked()
2105 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyProviderChangedLocked()
2142 long requestId = UPDATE_COUNTER.incrementAndGet(); in scheduleNotifyAppWidgetRemovedLocked()