HomeSort by relevance Sort by last modified time
    Searched refs:DeviceInfoStore (Results 1 - 23 of 23) sorted by null

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
CpuDeviceInfo.java 18 import com.android.compatibility.common.util.DeviceInfoStore;
26 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
AppStandbyDeviceInfo.java 19 import com.android.compatibility.common.util.DeviceInfoStore;
29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
ConfigurationDeviceInfo.java 20 import com.android.compatibility.common.util.DeviceInfoStore;
28 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
LocaleDeviceInfo.java 18 import com.android.compatibility.common.util.DeviceInfoStore;
29 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
UserDeviceInfo.java 20 import com.android.compatibility.common.util.DeviceInfoStore;
32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
MemoryDeviceInfo.java 24 import com.android.compatibility.common.util.DeviceInfoStore;
32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
PropertyDeviceInfo.java 20 import com.android.compatibility.common.util.DeviceInfoStore;
36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
44 private void collectRoProperties(DeviceInfoStore store) throws IOException {
GraphicsDeviceInfo.java 20 import com.android.compatibility.common.util.DeviceInfoStore;
35 private static void storeValue(DeviceInfoStore store, String name, float[] valueArray,
44 private static void storeValue(DeviceInfoStore store, String name, int[] valueArray,
53 private static void storeValue(DeviceInfoStore store, String name, long[] valueArray,
63 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
FeatureDeviceInfo.java 22 import com.android.compatibility.common.util.DeviceInfoStore;
38 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
99 DeviceInfoStore store,
111 DeviceInfoStore store,
PackageDeviceInfo.java 23 import com.android.compatibility.common.util.DeviceInfoStore;
37 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
ScreenDeviceInfo.java 24 import com.android.compatibility.common.util.DeviceInfoStore;
32 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
StorageDeviceInfo.java 21 import com.android.compatibility.common.util.DeviceInfoStore;
35 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
DeviceInfo.java 29 import com.android.compatibility.common.util.DeviceInfoStore;
90 DeviceInfoStore store = new DeviceInfoStore(jsonFile);
128 protected abstract void collectDeviceInfo(DeviceInfoStore store) throws Exception;
VintfDeviceInfo.java 26 import com.android.compatibility.common.util.DeviceInfoStore;
36 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
MediaDeviceInfo.java 31 import com.android.compatibility.common.util.DeviceInfoStore;
42 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
GenericDeviceInfo.java 33 import com.android.compatibility.common.util.DeviceInfoStore;
65 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
SampleDeviceInfo.java 21 import com.android.compatibility.common.util.DeviceInfoStore;
31 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
SensorDeviceInfo.java 25 import com.android.compatibility.common.util.DeviceInfoStore;
66 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
VulkanDeviceInfo.java 21 import com.android.compatibility.common.util.DeviceInfoStore;
31 * device, and translates it into a DeviceInfoStore. The goal is to be as faithful to the original
48 * - DeviceInfoStore doesn't allow arrays of non-uniform or non-primitive types. VkJSON stores
50 * (the format enum value) and an object (the format properties). Since DeviceInfoStore doesn't
342 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
355 private static void emitDeviceGroups(DeviceInfoStore store, JSONObject parent)
371 private static void emitDevices(DeviceInfoStore store, JSONObject parent)
    [all...]
CameraDeviceInfo.java 36 import com.android.compatibility.common.util.DeviceInfoStore;
55 private DeviceInfoStore mStore;
57 public CameraCharacteristicsStorer(CameraManager cameraManager, DeviceInfoStore store) {
60 + " with null CameraManager or null DeviceInfoStore");
411 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
  /cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
TestDeviceInfo.java 25 import com.android.compatibility.common.util.DeviceInfoStore;
39 protected void collectDeviceInfo(DeviceInfoStore store) throws Exception {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReportLogDeviceInfoStore.java 27 public class ReportLogDeviceInfoStore extends DeviceInfoStore {
DeviceInfoStore.java 28 public class DeviceInfoStore extends InfoStore {
33 public DeviceInfoStore() {
37 public DeviceInfoStore(File file) throws Exception {

Completed in 288 milliseconds