Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DMediaDeviceInfo.java63 store.endGroup(); in collectDeviceInfo()
116 store.endGroup(); // supported_resolutions in collectDeviceInfo()
118 store.endGroup(); in collectDeviceInfo()
121 store.endGroup(); in collectDeviceInfo()
DFeatureDeviceInfo.java107 store.endGroup(); in addFeature()
121 store.endGroup(); in addFeature()
DPackageDeviceInfo.java49 store.endGroup(); in collectDeviceInfo()
DPropertyDeviceInfo.java61 store.endGroup(); in collectRoProperties()
DVintfDeviceInfo.java63 store.endGroup(); in collectDeviceInfo()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DVulkanDeviceInfo.java366 store.endGroup(); in emitDeviceGroups()
500 store.endGroup(); in emitDevices()
511 store.endGroup(); in emitDevices()
513 store.endGroup(); in emitDevices()
574 store.endGroup(); in emitDevices()
590 store.endGroup(); in emitDevices()
605 store.endGroup(); in emitDevices()
609 store.endGroup(); in emitDevices()
627 store.endGroup(); in emitDevices()
629 store.endGroup(); in emitDevices()
[all …]
DSampleDeviceInfo.java54 store.endGroup(); // bar in collectDeviceInfo()
63 store.endGroup(); // foo in collectDeviceInfo()
DCameraDeviceInfo.java73 mStore.endGroup(); // per camera chars in storeCameraInfo()
91 mStore.endGroup(); in storeRational()
103 mStore.endGroup(); in storeSize()
115 mStore.endGroup(); in storeSizeF()
129 mStore.endGroup(); in storeRect()
154 mStore.endGroup(); in storeStreamConfigurationMap()
160 mStore.endGroup(); in storeStreamConfigurationMap()
172 mStore.endGroup(); in storeRangeInt()
184 mStore.endGroup(); in storeRangeLong()
202 mStore.endGroup(); in storeColorSpaceTransform()
[all …]
DSensorDeviceInfo.java104 store.endGroup(); in collectDeviceInfo()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostDeviceInfo.java42 store.endGroup(); // product in collectDeviceInfo()
49 store.endGroup(); // version in collectDeviceInfo()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java65 store.endGroup(); // test_group in collectDeviceInfo()
77 store.endGroup(); in collectDeviceInfo()
/cts/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java73 store.endGroup(); in collectFileDetails()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceInfoStore.java84 public void endGroup() throws IOException { in endGroup() method in DeviceInfoStore