Home
last modified time | relevance | path

Searched defs:updates (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java171 List<PendingHostUpdate> updates = mService.startListening( in testNoUpdatesReceived_queueEmpty() local
202 List<PendingHostUpdate> updates = mService.startListening( in testNoUpdatesReceived_queueNonEmpty_noWidgetId() local
215 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_widgetIdProvided() local
229 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() local
243 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() local
257 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueEmptyAfterStartListening() local
289 List<PendingHostUpdate> updates = mService.startListening( in setupHostAndWidget() local
/frameworks/base/core/java/android/service/autofill/
DCustomDescription.java275 public Builder batchUpdate(@NonNull Validator condition, @NonNull BatchUpdates updates) { in batchUpdate()
408 final BatchUpdates[] updates = new BatchUpdates[size]; in writeToParcel() local
DBatchUpdates.java95 public Builder updateTemplate(@NonNull RemoteViews updates) { in updateTemplate()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp90 std::vector<std::unique_ptr<C2Param>> updates = in workDone() local
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java101 final NotificationChannel updates = new NotificationChannel( in createAll() local
/frameworks/base/libs/input/
DSpriteController.cpp114 Vector<SpriteUpdate> updates; in doUpdateSprites() local
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java206 List<PendingHostUpdate> updates; in startListening() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java349 final ArrayList<Pair<InternalValidator, BatchUpdates>> updates = in applyCustomDescription() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java437 int updates = mRecoverableKeyStoreDb.setRecoveryStatus(uid, alias, status2); in getStatusForAllKeys_with3Keys() local
454 int updates = mRecoverableKeyStoreDb.setRecoveryStatus(uid, alias, status); in setRecoveryStatus_withEmptyDatabase() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp523 std::vector<C2Param *> updates; in processQueue() local
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp727 uint32_t updates = 0; in bufferUpdatesFound() local
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1729 std::vector<std::unique_ptr<C2Param>> updates; in onMessageReceived() local
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java4497 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in restoreFinished() local
4531 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in restoreFinished() local
4759 private int countPendingUpdates(ArrayList<RestoreUpdateRecord> updates) { in countPendingUpdates()