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.cpp162 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
207 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
256 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
318 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
360 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
383 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
407 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
449 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
488 ftl::Flags<LayerStateField> updates = mLayerState->update(&newOutputLayer); in TEST_F() local
528 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.java120 final NotificationChannel updates = new NotificationChannel( in createAll() local
/frameworks/av/media/codec2/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.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/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java413 final ArrayList<Pair<InternalValidator, BatchUpdates>> updates = in applyCustomDescription() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp910 std::vector<C2Param *> updates; in processQueue() local
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp832 uint32_t updates = 0; in bufferUpdatesFound() local
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java4835 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in maybeSendWidgetRestoreBroadcastsLocked() local
4869 ArrayList<RestoreUpdateRecord> updates = e.getValue(); in maybeSendWidgetRestoreBroadcastsLocked() local
5077 private int countPendingUpdates(ArrayList<RestoreUpdateRecord> updates) { in countPendingUpdates()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp2401 std::vector<std::unique_ptr<C2Param>> updates; in onMessageReceived() local