Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DPermissionDeviceInfo.java73 store.endGroup(); in collectSignaturePermissionAllowlist()
83 store.endGroup(); in collectSignaturePermissionAllowlist()
92 store.endGroup(); in collectSignaturePermissionAllowlist()
95 store.endGroup(); in collectSignaturePermissionAllowlist()
DHapticsDeviceInfo.java109 store.endGroup(); in collectVibratorInfo()
112 store.endGroup(); in collectVibratorInfo()
130 store.endGroup(); in collectEffectsSupport()
155 store.endGroup(); in collectPrimitivesSupport()
179 store.endGroup(); in collectHapticsDeviceConfig()
DMediaDeviceInfo.java69 store.endGroup(); in collectDeviceInfo()
127 store.endGroup(); // supported_resolutions in collectDeviceInfo()
166 store.endGroup(); in collectDeviceInfo()
169 store.endGroup(); in collectDeviceInfo()
DPackageDeviceInfo.java176 store.endGroup(); in collectDeviceInfo()
205 store.endGroup(); in collectRequestedPermissions()
228 store.endGroup(); in collectDefinedPermissions()
389 store.endGroup(); in collectRoles()
436 store.endGroup(); in collectSharedUidAllowlist()
439 store.endGroup(); // "shared_uid_allowlist" in collectSharedUidAllowlist()
DFeatureDeviceInfo.java107 store.endGroup(); in addFeature()
121 store.endGroup(); in addFeature()
DClientIdDeviceInfo.java49 store.endGroup(); in collectClientIds()
DInputDeviceInfo.kt58 store.endGroup() in collectInputInfo()
DBiometricsDeviceInfo.java149 store.endGroup(); in collectDeviceInfo()
152 store.endGroup(); in collectDeviceInfo()
DKeystoreAttestationDeviceInfo.java101 localStore.endGroup(); in collectKeystoreAttestation()
111 localStore.endGroup(); in collectStrongBoxAttestation()
DVintfDeviceInfo.java64 store.endGroup(); in collectDeviceInfo()
DMediaDrmDeviceInfo.java65 store.endGroup(); in collectDeviceInfo()
DGnssDeviceInfo.java126 store.endGroup(); in collectGnssCapabilities()
DLocaleDeviceInfo.java156 store.endGroup(); in collectLocaleDataFilesInfo()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java82 mStore.endGroup(); // per camera chars in storeCameraInfo()
99 mStore.endGroup(); // per camera chars in storePhysicalCameraInfo()
117 mStore.endGroup(); in storeRational()
129 mStore.endGroup(); in storeSize()
141 mStore.endGroup(); in storeSizeF()
155 mStore.endGroup(); in storeRect()
180 mStore.endGroup(); in storeStreamConfigurationMap()
200 mStore.endGroup(); in storeStreamConfigurationMap()
218 mStore.endGroup(); in storeStreamConfigurationMap()
232 mStore.endGroup(); in storeStreamConfigurationMap()
[all …]
DVulkanDeviceInfo.java548 store.endGroup(); in emitDeviceGroups()
682 store.endGroup(); in emitDevices()
693 store.endGroup(); in emitDevices()
712 store.endGroup(); in emitDevices()
763 store.endGroup(); in emitDevices()
817 store.endGroup(); in emitDevices()
820 store.endGroup(); in emitDevices()
938 store.endGroup(); in emitDevices()
962 store.endGroup(); in emitDevices()
965 store.endGroup(); in emitDevices()
[all …]
DSampleDeviceInfo.java54 store.endGroup(); // bar in collectDeviceInfo()
63 store.endGroup(); // foo in collectDeviceInfo()
DDisplayDeviceInfo.java65 store.endGroup(); in collectDeviceInfo()
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/classpath/src/android/classpath/cts/
DClasspathDeviceInfo.java142 store.endGroup(); in collectClasspathJarInfo()
175 store.endGroup(); // shared_library in collectSharedLibraries()
179 store.endGroup(); in collectSharedLibraries()
196 store.endGroup(); in collectClassInfo()
/cts/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java73 store.endGroup(); in collectFileDetails()
DPropertyDeviceInfo.java73 store.endGroup(); in parseProps()
DNativeDeviceInfo.java48 store.endGroup(); in collectMemCG()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceInfoStore.java84 public void endGroup() throws IOException { in endGroup() method in DeviceInfoStore