Searched refs:updateSequenceNos (Results 1 – 1 of 1) sorted by relevance
1962 widget.updateSequenceNos.put(viewId, requestId); in scheduleNotifyAppWidgetViewDataChanged()2036 widget.updateSequenceNos.put(ID_VIEWS_UPDATE, requestId); in scheduleNotifyUpdateAppWidgetLocked()2072 widget.updateSequenceNos.clear(); in scheduleNotifyProviderChangedLocked()2073 widget.updateSequenceNos.append(ID_PROVIDER_CHANGED, requestId); in scheduleNotifyProviderChangedLocked()4028 for (int j = widget.updateSequenceNos.size() - 1; j >= 0; j--) { in getPendingUpdatesForId()4029 long requestId = widget.updateSequenceNos.valueAt(j); in getPendingUpdatesForId()4033 int id = widget.updateSequenceNos.keyAt(j); in getPendingUpdatesForId()4130 SparseLongArray updateSequenceNos = new SparseLongArray(2); field in AppWidgetServiceImpl.Widget