Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
DAppWidgetServiceImplTest.java228 List<PendingHostUpdate> updates = mService.startListening( in testNoUpdatesReceived_queueEmpty() local
259 List<PendingHostUpdate> updates = mService.startListening( in testNoUpdatesReceived_queueNonEmpty_noWidgetId() local
272 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_widgetIdProvided() local
286 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_widgetIdProvided2() local
310 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueNotEmpty_multipleWidgetIdProvided() local
324 List<PendingHostUpdate> updates = mService.startListening( in testUpdatesReceived_queueEmptyAfterStartListening() local
391 List<PendingHostUpdate> updates = mService.startListening( in setupHostAndWidget() local
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DLayerStateTest.cpp165 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
210 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
259 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
321 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
363 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
386 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
410 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
452 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
491 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
531 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
[all …]
/frameworks/base/core/java/android/service/autofill/
DCustomDescription.java276 public Builder batchUpdate(@NonNull Validator condition, @NonNull BatchUpdates updates) { in batchUpdate()
409 final BatchUpdates[] updates = new BatchUpdates[size]; in writeToParcel() local
DBatchUpdates.java96 public Builder updateTemplate(@NonNull RemoteViews updates) { in updateTemplate()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DProtoLogTool.kt112 val updates = groups.values.map { in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/
DPhysicsAnimatorTest.kt589 val updates = getAnimationUpdateFrames(animator) in <lambda>() constant
/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java112 final NotificationChannel updates = new NotificationChannel( in createAll() local
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp130 std::vector<std::unique_ptr<C2Param>> updates = in workDone() local
/frameworks/base/libs/input/
DSpriteController.cpp109 Vector<SpriteUpdate> updates; in doUpdateSprites() local
/frameworks/base/core/java/android/appwidget/
DAppWidgetHost.java229 List<PendingHostUpdate> updates; in startListening() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDbTest.java476 int updates = mRecoverableKeyStoreDb.setRecoveryStatus(uid, alias, status2); in getStatusForAllKeys_with3Keys() local
493 int updates = mRecoverableKeyStoreDb.setRecoveryStatus(uid, alias, status); in setRecoveryStatus_withEmptyDatabase() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java420 final ArrayList<Pair<InternalValidator, BatchUpdates>> updates = in applyCustomDescription() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1002 std::vector<C2Param *> updates; in processQueue() local
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java4884 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in maybeSendWidgetRestoreBroadcastsLocked() local
4918 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in maybeSendWidgetRestoreBroadcastsLocked() local
5128 private int countPendingUpdates(ArrayList<RestoreUpdateRecord> updates) { in countPendingUpdates()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp2430 std::vector<std::unique_ptr<C2Param>> updates; in onMessageReceived() local
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2432 frontend::Update updates; in commit() local