Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 44) sorted by relevance

12

/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java161 hdf.setValue("triage.processName", anr.processName); in makeTriageHdf()
162 hdf.setValue("triage.componentPackage", anr.componentPackage); in makeTriageHdf()
163 hdf.setValue("triage.componentClass", anr.componentClass); in makeTriageHdf()
164 hdf.setValue("triage.pid", Integer.toString(anr.pid)); in makeTriageHdf()
165 hdf.setValue("triage.reason", anr.reason); in makeTriageHdf()
254 hdf.setValue("panelId", Integer.toString(mNextPanelId++)); in makeProcessSnapshotHdf()
256 hdf.setValue("pid", Integer.toString(process.pid)); in makeProcessSnapshotHdf()
257 hdf.setValue("cmdLine", process.cmdLine); in makeProcessSnapshotHdf()
258 hdf.setValue("date", process.date); in makeProcessSnapshotHdf()
272 hdf.setValue("name", thread.name); in makeThreadSnapshotHdf()
[all …]
/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_node_factory_test.ts54 .setValue('rootName')
67 .setValue(1)
80 .setValue(true)
97 .setValue(BigInt(123))
211 .setValue(true)
Dformatters_test.ts297 .setValue(66)
309 .setValue(-1)
328 .setValue(1024)
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivityViewModel.java43 mTrackingListener = tasks -> mRefreshTree.setValue(tasks); in BaseActivityViewModel()
49 mFabActions.setValue(action); in actOnFab()
/development/tools/winscope/src/test/unit/
Dproperty_tree_builder.ts49 setValue(value: any): this { method in PropertyTreeBuilder
78 .setValue(child.value)
Dhierarchy_tree_builder.ts63 .setValue(property.value)
/development/tools/winscope/src/viewers/components/
Dproperty_tree_node_data_view_component_test.ts64 .setValue(
95 .setValue(12345)
Dproperties_component_test.ts119 .setValue(null)
141 .setValue(null)
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions_component_test.ts136 .setValue(null)
175 .setValue(null)
/development/tools/winscope/src/viewers/viewer_search/
Dactive_search_component.ts162 this.searchQueryControl.setValue(text);
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts662 this.selectedTracesFormControl.setValue(this.sortedTraces);
670 this.selectedTracesFormControl.setValue(
1009 this.selectedTracesFormControl.setValue(this.selectedTraces);
1023 this.selectedTimeFormControl.setValue(formattedCurrentTimestamp);
1024 this.selectedNsFormControl.setValue(`${currentTimestampNs} ns`);
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DCustomRestrictionsFragment.java124 mChoicePref.setValue(entry.getSelectedString()); in onActivityCreated()
148 mChoicePref.setValue(mChoiceEntry.getSelectedString()); in onActivityCreated()
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DResponseHelper.java58 fieldBuilder.setValue(AutofillValue.forText(value)); in newUnlockedDataset()
101 fieldBuilder.setValue(AutofillValue.forText(value)); in newLockedDataset()
DInlineRequestHelper.java89 builder.setValue(fieldId, null); in createInlineActionDataset()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
DRandomNumberProviderService.java79 .setValue(randomNumber) in onComplicationUpdate()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DNumericSprite.java63 public void setValue(int value) { in setValue() method in NumericSprite
/development/samples/MotionMechanics/src/com/android/mechanics/demo/tuneable/
DSpringConfig.kt29 import androidx.compose.runtime.setValue in <lambda>()
DConfigDialog.kt35 import androidx.compose.runtime.setValue
DGuaranteeConfig.kt26 import androidx.compose.runtime.setValue in <lambda>()
DDemo.kt35 import androidx.compose.runtime.setValue in <lambda>()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppListViewModel.java92 setValue(data); in loadData()
DPinnedAppListViewModel.java115 setValue(data); in loadData()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/behavior/reveal/
DRevealContainer.kt22 import androidx.compose.runtime.setValue
/development/tools/winscope/src/viewers/viewer_protolog/
Dviewer_protolog_component_test.ts137 .setValue(null)
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/debug/
DDebugUi.kt47 import androidx.compose.runtime.setValue

12