Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 31) sorted by relevance

12

/cts/hostsidetests/edi/src/android/edi/cts/
DLibraryDeviceInfo.java31 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
40 private void collectSystemLibs(HostInfoStore store) throws Exception { in collectSystemLibs()
46 private void collectVendorLibs(HostInfoStore store) throws Exception { in collectVendorLibs()
52 private void collectFrameworkJars(HostInfoStore store) throws Exception { in collectFrameworkJars()
58 private void collectFileDetails(HostInfoStore store, String path, String suffix) in collectFileDetails()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGraphicsDeviceInfo.java35 private static void storeValue(DeviceInfoStore store, String name, float[] valueArray, in storeValue()
44 private static void storeValue(DeviceInfoStore store, String name, int[] valueArray, in storeValue()
53 private static void storeValue(DeviceInfoStore store, String name, long[] valueArray, in storeValue()
63 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DFeatureDeviceInfo.java38 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
99 DeviceInfoStore store, in addFeature()
111 DeviceInfoStore store, in addFeature()
DPropertyDeviceInfo.java36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
44 private void collectRoProperties(DeviceInfoStore store) throws IOException { in collectRoProperties()
DCpuDeviceInfo.java26 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DConfigurationDeviceInfo.java28 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DLocaleDeviceInfo.java29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DMediaDeviceInfo.java40 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DUserDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DMemoryDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DVintfDeviceInfo.java36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DDeviceInfo.java82 DeviceInfoStore store = new DeviceInfoStore(jsonFile); in testCollectDeviceInfo() local
120 protected abstract void collectDeviceInfo(DeviceInfoStore store) throws Exception; in collectDeviceInfo()
DPackageDeviceInfo.java37 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DScreenDeviceInfo.java32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DStorageDeviceInfo.java35 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DGenericDeviceInfo.java64 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DTestDeviceInfo.java39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSampleDeviceInfo.java31 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
DVulkanDeviceInfo.java287 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
299 private static void emitDevices(DeviceInfoStore store, JSONObject parent) in emitDevices()
592 private static void emitLayers(DeviceInfoStore store, JSONObject parent) in emitLayers()
616 private static void emitExtensions(DeviceInfoStore store, JSONObject parent) in emitExtensions()
632 private static void emitBoolean(DeviceInfoStore store, JSONObject parent, String name) in emitBoolean()
637 private static void emitLong(DeviceInfoStore store, JSONObject parent, String name) in emitLong()
642 private static void emitDouble(DeviceInfoStore store, JSONObject parent, String name) in emitDouble()
647 private static void emitString(DeviceInfoStore store, JSONObject parent, String name) in emitString()
652 private static void emitLongArray(DeviceInfoStore store, JSONObject parent, String name) in emitLongArray()
662 private static void emitDoubleArray(DeviceInfoStore store, JSONObject parent, String name) in emitDoubleArray()
DSensorDeviceInfo.java57 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostDeviceInfo.java29 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DDeviceInfo.java54 protected abstract void collectDeviceInfo(HostInfoStore store) throws Exception; in collectDeviceInfo()
/cts/tools/dex-tools/test/dex/reader/util/
DSpecialJavaFileManager.java36 private Map<String, MemoryByteCode> store; field in SpecialJavaFileManager
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
DAdminActionBookkeepingTest.java96 final TrustedCertificateStore store = new TrustedCertificateStore(); in testGetPolicyInstalledCaCerts() local
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SystemTest.java106 float store = cfg.fontScale; in testSystemSettings() local

12