/cts/hostsidetests/edi/src/android/edi/cts/ |
D | LibraryDeviceInfo.java | 31 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()
|
D | ProcessDeviceInfo.java | 29 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
|
D | DynamicPartitionsDeviceInfo.java | 31 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | GraphicsDeviceInfo.java | 35 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()
|
D | ClientIdDeviceInfo.java | 34 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 42 private void collectClientIds(DeviceInfoStore store) throws IOException { in collectClientIds()
|
D | FeatureDeviceInfo.java | 38 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 99 DeviceInfoStore store, in addFeature() 111 DeviceInfoStore store, in addFeature()
|
D | PropertyDeviceInfo.java | 36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 44 private void collectRoProperties(DeviceInfoStore store) throws IOException { in collectRoProperties()
|
D | CpuDeviceInfo.java | 26 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | ConfigurationDeviceInfo.java | 28 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | AppStandbyDeviceInfo.java | 29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | LocaleDeviceInfo.java | 29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | MemoryDeviceInfo.java | 32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | UserDeviceInfo.java | 32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | MediaDeviceInfo.java | 43 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | VintfDeviceInfo.java | 36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | DeviceInfo.java | 91 try (DeviceInfoStore store = new DeviceInfoStore(jsonFile)) { in testCollectDeviceInfo() 134 protected abstract void collectDeviceInfo(DeviceInfoStore store) throws Exception; in collectDeviceInfo()
|
D | StorageDeviceInfo.java | 35 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | ScreenDeviceInfo.java | 32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | PackageDeviceInfo.java | 39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | GenericDeviceInfo.java | 66 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostDeviceInfo.java | 29 protected void collectDeviceInfo(HostInfoStore store) throws Exception { in collectDeviceInfo()
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
D | SampleDeviceInfo.java | 31 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
D | VulkanDeviceInfo.java | 354 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo() 367 private static void emitDeviceGroups(DeviceInfoStore store, JSONObject parent) in emitDeviceGroups() 383 private static void emitDevices(DeviceInfoStore store, JSONObject parent) in emitDevices() 802 private static void emitLayers(DeviceInfoStore store, JSONObject parent) in emitLayers() 826 private static void emitDriverPropertiesKHR(DeviceInfoStore store, JSONObject parent) in emitDriverPropertiesKHR() 861 private static void emitVariablePointerFeaturesKHR(DeviceInfoStore store, JSONObject parent) in emitVariablePointerFeaturesKHR() 885 private static void emitExtension(String key, DeviceInfoStore store, JSONObject parent) in emitExtension() 898 private static void emitExtensions(DeviceInfoStore store, JSONObject parent) in emitExtensions() 920 private static void emitBoolean(DeviceInfoStore store, JSONObject parent, String name) in emitBoolean() 925 private static void emitLong(DeviceInfoStore store, JSONObject parent, String name) in emitLong() [all …]
|
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/ |
D | TestDeviceInfo.java | 39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception { in collectDeviceInfo()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | Settings_SystemTest.java | 80 float store = cfg.fontScale; in testSystemSettings() local
|