Home
last modified time | relevance | path

Searched refs:setData (Results 1 – 25 of 47) sorted by relevance

12

/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_builder_from_proto_test.ts46 const tree = builder.setData(proto).build();
68 const tree = builder.setData(proto).build();
90 const tree = builder.setData(proto).build();
119 const tree = builder.setData(proto).build();
149 const tree = builder.setData(proto).build();
184 const tree = builder.setData(proto).build();
219 const tree = builder.setData(proto).build();
232 .setData(proto)
Dproperty_tree_builder_from_proto.ts28 setData(value: any): this { method in PropertyTreeBuilderFromProto
/development/tools/winscope/src/parsers/surface_flinger/
Dparser_surface_flinger_utils.ts93 .setData(layer)
116 .setData(entry)
129 .setData(layer)
149 .setData(entry)
/development/tools/winscope/src/parsers/input_method/
Dhierarchy_tree_service_factory.ts129 .setData(entryProto)
143 .setData(entryProto)
174 .setData(serviceProto)
189 .setData(serviceProto ?? {inputMethodService: null})
Dhierarchy_tree_manager_service_factory.ts136 .setData(entryProto)
148 .setData(entryProto)
180 .setData(data)
193 .setData(serviceProto ?? {inputMethodManagerService: null})
Dhierarchy_tree_clients_factory.ts122 .setData(entryProto)
136 .setData(entryProto)
168 .setData(data)
185 .setData(clientProto ?? {client: null})
/development/samples/ApiDemos/src/com/example/android/apis/content/
DInstallApk.java93 intent.setData(getApkUri("HelloActivity.apk"));
102 intent.setData(getApkUri("HelloActivity.apk"));
115 intent.setData(Uri.parse(
124 intent.setData(Uri.parse(
/development/samples/StackWidget/src/com/example/android/stackwidget/
DStackWidgetProvider.java70 intent.setData(Uri.parse(intent.toUri(Intent.URI_INTENT_SCHEME))); in onUpdate()
85 intent.setData(Uri.parse(intent.toUri(Intent.URI_INTENT_SCHEME))); in onUpdate()
/development/tools/winscope/src/parsers/protolog/
Dparser_protolog_utils.ts35 .setData(logMessage)
/development/tools/winscope/src/parsers/transitions/
Dparser_transitions_utils.ts106 .setData({wmData: info?.entry ?? null})
168 .setData({shellData: info?.entry ?? null})
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DSearchableDictionary.java73 wordIntent.setData(intent.getData()); in handleIntent()
123 wordIntent.setData(data); in showResults()
/development/tools/winscope/src/parsers/window_manager/
Dparser_window_manager_utils.ts120 .setData(entry)
132 .setData(entry)
251 .setData(container)
293 .setData(container)
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts238 .setData(node)
269 .setData(node)
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java205 msg.setData(bundle); in connected()
267 msg.setData(bundle); in connectionFailed()
286 msg.setData(bundle); in connectionLost()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java179 msg.setData(bundle); in connected()
238 msg.setData(bundle); in connectionFailed()
253 msg.setData(bundle); in connectionLost()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppListAdapter.java40 void setData(List<AppEntry> data) { in setData() method in AppListAdapter
/development/tools/winscope/src/parsers/input/perfetto/
Dparser_key_event.ts93 .setData(entryProto)
Dparser_motion_event.ts93 .setData(entryProto)
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions.ts109 .setData(entryProto)
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListActivity.java108 intent.setData(contactUri); in onContactSelected()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoThumbnailFragment.java196 .setData(Uri.parse(PICASA_RSS_URL)); in onCreateView()
292 .setData(Uri.parse(urlString)); in onItemClick()
/development/tools/winscope/src/parsers/events/
Dparser_eventlog.ts62 .setData(entry)
/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions.ts122 .setData(entryProto)
/development/samples/browseable/WearVerifyRemoteApp/Wearable/src/com.example.android.wearable.wear.wearverifyremoteapp/
DMainWearActivity.java258 .setData(Uri.parse(PLAY_STORE_APP_URI)); in openAppInStoreOnPhone()
274 .setData(Uri.parse(APP_STORE_APP_URI)); in openAppInStoreOnPhone()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCustom.java374 public void setData(List<AppEntry> data) { in setData() method in LoaderCustom.AppListAdapter
497 mAdapter.setData(data); in onLoadFinished()
509 mAdapter.setData(null); in onLoaderReset()

12