/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/ |
D | AppWidgetServiceImplTest.java | 228 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/ |
D | LayerStateTest.cpp | 162 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/ |
D | CustomDescription.java | 276 public Builder batchUpdate(@NonNull Validator condition, @NonNull BatchUpdates updates) { in batchUpdate() 409 final BatchUpdates[] updates = new BatchUpdates[size]; in writeToParcel() local
|
D | BatchUpdates.java | 96 public Builder updateTemplate(@NonNull RemoteViews updates) { in updateTemplate()
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | ProtoLogTool.kt | 112 val updates = groups.values.map { in <lambda>() constant
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/animation/ |
D | PhysicsAnimatorTest.kt | 589 val updates = getAnimationUpdateFrames(animator) in <lambda>() constant
|
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 120 final NotificationChannel updates = new NotificationChannel( in createAll() local
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 130 std::vector<std::unique_ptr<C2Param>> updates = in workDone() local
|
/frameworks/base/libs/input/ |
D | SpriteController.cpp | 109 Vector<SpriteUpdate> updates; in doUpdateSprites() local
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetHost.java | 229 List<PendingHostUpdate> updates; in startListening() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
D | RecoverableKeyStoreDbTest.java | 437 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/ |
D | SaveUi.java | 413 final ArrayList<Pair<InternalValidator, BatchUpdates>> updates = in applyCustomDescription() local
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 910 std::vector<C2Param *> updates; in processQueue() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | SurfaceInterceptor_test.cpp | 832 uint32_t updates = 0; in bufferUpdatesFound() local
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 4835 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/ |
D | CCodec.cpp | 2401 std::vector<std::unique_ptr<C2Param>> updates; in onMessageReceived() local
|