Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 17 of 17) sorted by relevance

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js37 function Extent(properties) { argument
68 Extent.create = function create(properties) { argument
274 function Signatures(properties) { argument
298 Signatures.create = function create(properties) { argument
481 function Signature(properties) { argument
520 Signature.create = function create(properties) { argument
724 function PartitionInfo(properties) { argument
755 PartitionInfo.create = function create(properties) { argument
961 function ImageInfo(properties) { argument
1024 ImageInfo.create = function create(properties) { argument
[all …]
/development/tools/winscope/src/trace/flickerlib/
DObjectFormatter.ts54 const properties = ObjectFormatter.getProperties(entry); constant
74 const properties = Object.getOwnPropertyNames(obj).filter((it) => { constant
108 const properties = ObjectFormatter.getProperties(obj); constant
Dmixin.ts31 const properties = ObjectFormatter.getProperties(entry); constant
/development/tools/winscope/src/test/unit/
Dlayer_builder.ts34 const properties = new LayerProperties( constant
/development/tools/winscope/src/trace/flickerlib/layers/
DLayer.ts54 const properties = new LayerProperties( constant
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DMidiPrinter.java94 Bundle properties = info.getProperties(); in formatDeviceInfo() local
/development/tools/winscope/src/viewers/common/
Dui_tree_utils.ts58 properties?: any; property
Dtree_transformer.ts44 private properties: PropertiesDump | Terminal | null = null; property in TreeTransformer
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts133 const properties: PropertiesTreeNode[] = [ constant
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DInteractiveWatchFaceService.java142 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged()
DSweepWatchFaceService.java180 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged()
DAnalogWatchFaceService.java214 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged()
DFitStepsWatchFaceService.java315 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged()
DFitDistanceWatchFaceService.java320 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged()
DDigitalWatchFaceService.java319 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged()
DComplicationSimpleWatchFaceService.java273 public void onPropertiesChanged(Bundle properties) { in onPropertiesChanged()
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java109 Properties properties = new Properties(); in createNdefMessage() local