Home
last modified time | relevance | path

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

/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java79 mStore.startGroup(); // per camera chars in storeCameraInfo()
95 mStore.startGroup(); // per camera chars in storePhysicalCameraInfo()
111 mStore.startGroup(); in storeRational()
113 mStore.startGroup(protoName); in storeRational()
123 mStore.startGroup(); in storeSize()
125 mStore.startGroup(protoName); in storeSize()
135 mStore.startGroup(); in storeSizeF()
137 mStore.startGroup(protoName); in storeSizeF()
147 mStore.startGroup(); in storeRect()
149 mStore.startGroup(protoName); in storeRect()
[all …]
DVulkanDeviceInfo.java543 store.startGroup(); in emitDeviceGroups()
559 store.startGroup(); in emitDevices()
562 store.startGroup(convertName(KEY_PROPERTIES)); in emitDevices()
573 store.startGroup(convertName(KEY_LIMITS)); in emitDevices()
685 store.startGroup(convertName(KEY_SPARSE_PROPERTIES)); in emitDevices()
698 store.startGroup(convertName(KEY_VULKAN_12_PROPERTIES)); in emitDevices()
705 store.startGroup(convertName(KEY_CONFORMANCE_VERSION)); in emitDevices()
769 store.startGroup(convertName(KEY_VULKAN_13_PROPERTIES)); in emitDevices()
823 store.startGroup(convertName(KEY_FEATURES)); in emitDevices()
884 store.startGroup(convertName(KEY_VULKAN_12_FEATURES)); in emitDevices()
[all …]
DSampleDeviceInfo.java39 store.startGroup("foo"); in collectDeviceInfo()
43 store.startGroup("bar"); in collectDeviceInfo()
DDisplayDeviceInfo.java51 store.startGroup(); in collectDeviceInfo()
DSensorDeviceInfo.java72 store.startGroup(); in collectDeviceInfo()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DHapticsDeviceInfo.java76 store.startGroup(); // Within an array. in collectVibratorInfo()
78 store.startGroup(groupName); in collectVibratorInfo()
102 store.startGroup("frequency_profile"); in collectVibratorInfo()
128 store.startGroup(); in collectEffectsSupport()
150 store.startGroup(); in collectPrimitivesSupport()
162 store.startGroup("haptics_device_config"); in collectHapticsDeviceConfig()
DPermissionDeviceInfo.java62 store.startGroup(); in collectSignaturePermissionAllowlist()
76 store.startGroup(); in collectSignaturePermissionAllowlist()
81 store.startGroup(); in collectSignaturePermissionAllowlist()
DMediaDeviceInfo.java45 store.startGroup(); in collectDeviceInfo()
60 store.startGroup(); in collectDeviceInfo()
66 store.startGroup(); in collectDeviceInfo()
82 store.startGroup("supported_resolutions"); in collectDeviceInfo()
DPackageDeviceInfo.java146 store.startGroup(); in collectDeviceInfo()
198 store.startGroup(); in collectRequestedPermissions()
226 store.startGroup(); in collectDefinedPermissions()
387 store.startGroup(); in collectRoles()
423 store.startGroup(SHARED_UID_ALLOWLIST); in collectSharedUidAllowlist()
433 store.startGroup(); in collectSharedUidAllowlist()
DFeatureDeviceInfo.java103 store.startGroup(); in addFeature()
116 store.startGroup(); in addFeature()
DClientIdDeviceInfo.java46 store.startGroup(); in collectClientIds()
DInputDeviceInfo.kt47 store.startGroup(groupName) in collectInputInfo()
DBiometricsDeviceInfo.java134 store.startGroup(); in collectDeviceInfo()
143 store.startGroup(); in collectDeviceInfo()
DKeystoreAttestationDeviceInfo.java99 localStore.startGroup("keymint_key_attestation"); in collectKeystoreAttestation()
109 localStore.startGroup("strong_box_key_attestation"); in collectStrongBoxAttestation()
DVintfDeviceInfo.java59 store.startGroup(); in collectDeviceInfo()
DMediaDrmDeviceInfo.java48 store.startGroup(); in collectDeviceInfo()
DGnssDeviceInfo.java84 store.startGroup("gnss_capabilities"); in collectGnssCapabilities()
DLocaleDeviceInfo.java152 store.startGroup(); in collectLocaleDataFilesInfo()
/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/hostsidetests/classpath/src/android/classpath/cts/
DClasspathDeviceInfo.java137 store.startGroup(); in collectClasspathJarInfo()
170 store.startGroup(); in collectSharedLibraries()
171 store.startGroup("shared_library"); in collectSharedLibraries()
194 store.startGroup(); in collectClassInfo()
/cts/common/device-side/util-axt/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()
DPropertyDeviceInfo.java70 store.startGroup(); in parseProps()
DNativeDeviceInfo.java35 store.startGroup("memcg"); in collectMemCG()