Home
last modified time | relevance | path

Searched refs:startGroup (Results 1 – 13 of 13) sorted by relevance

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java70 mStore.startGroup(); // per camera chars in storeCameraInfo()
85 mStore.startGroup(); in storeRational()
87 mStore.startGroup(protoName); in storeRational()
97 mStore.startGroup(); in storeSize()
99 mStore.startGroup(protoName); in storeSize()
109 mStore.startGroup(); in storeSizeF()
111 mStore.startGroup(protoName); in storeSizeF()
121 mStore.startGroup(); in storeRect()
123 mStore.startGroup(protoName); in storeRect()
135 mStore.startGroup(); in storeStreamConfigurationMap()
[all …]
DVulkanDeviceInfo.java361 store.startGroup(); in emitDeviceGroups()
377 store.startGroup(); in emitDevices()
380 store.startGroup(convertName(KEY_PROPERTIES)); in emitDevices()
391 store.startGroup(convertName(KEY_LIMITS)); in emitDevices()
503 store.startGroup(convertName(KEY_SPARSE_PROPERTIES)); in emitDevices()
516 store.startGroup(convertName(KEY_FEATURES)); in emitDevices()
577 store.startGroup(convertName(KEY_MEMORY)); in emitDevices()
585 store.startGroup(); in emitDevices()
600 store.startGroup(); in emitDevices()
615 store.startGroup(); in emitDevices()
[all …]
DSampleDeviceInfo.java39 store.startGroup("foo"); in collectDeviceInfo()
43 store.startGroup("bar"); in collectDeviceInfo()
DSensorDeviceInfo.java72 store.startGroup(); in collectDeviceInfo()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DMediaDeviceInfo.java47 store.startGroup(); in collectDeviceInfo()
54 store.startGroup(); in collectDeviceInfo()
60 store.startGroup(); in collectDeviceInfo()
71 store.startGroup("supported_resolutions"); in collectDeviceInfo()
DFeatureDeviceInfo.java103 store.startGroup(); in addFeature()
116 store.startGroup(); in addFeature()
DPackageDeviceInfo.java41 store.startGroup(); in collectDeviceInfo()
DPropertyDeviceInfo.java58 store.startGroup(); in collectRoProperties()
DVintfDeviceInfo.java58 store.startGroup(); in collectDeviceInfo()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostDeviceInfo.java33 store.startGroup("product"); in collectDeviceInfo()
44 store.startGroup("version"); in collectDeviceInfo()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java54 store.startGroup("test_group"); in collectDeviceInfo()
70 store.startGroup(); in collectDeviceInfo()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java67 public void startGroup() throws IOException { in startGroup() method in DeviceInfoStore
75 public void startGroup(String name) throws IOException { in startGroup() method in DeviceInfoStore
/cts/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java70 store.startGroup(); in collectFileDetails()