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

  /cts/tools/host/src/com/android/cts/
TestSessionLog.java 19 import com.android.cts.TestDevice.DeviceParameterCollector;
112 private ArrayList<DeviceParameterCollector> mDeviceParameterBase;
117 mDeviceParameterBase = new ArrayList<TestDevice.DeviceParameterCollector>();
291 DeviceParameterCollector bldInfo = mDeviceParameterBase.get(i);
298 setAttribute(doc, screenNode, DeviceParameterCollector.SCREEN_SIZE,
300 setAttribute(doc, screenNode, DeviceParameterCollector.SCREEN_DENSITY,
302 setAttribute(doc, screenNode, DeviceParameterCollector.SCREEN_DENSITY_BUCKET,
334 DeviceParameterCollector.BUILD_FINGERPRINT, bldInfo.getBuildFingerPrint());
336 DeviceParameterCollector.BUILD_TYPE, bldInfo.getBuildType());
338 DeviceParameterCollector.BUILD_MODEL, bldInfo.getBuildModel())
    [all...]
TestDevice.java 89 private DeviceParameterCollector mDeviceInfo;
137 mDeviceInfo = new DeviceParameterCollector();
155 mDeviceInfo = new DeviceParameterCollector();
168 public DeviceParameterCollector getDeviceInfo()
253 mDeviceInfo.set(DeviceParameterCollector.SERIAL_NUMBER, getSerialNumber());
288 mDeviceInfo.set(DeviceParameterCollector.SERIAL_NUMBER, getSerialNumber());
360 private DeviceParameterCollector mDeviceParamCollector;
362 public DeviceInfoReceiver(DeviceParameterCollector paramCollector) {
405 public static final class DeviceParameterCollector implements DeviceInfoConstants {
409 public DeviceParameterCollector() {
    [all...]
  /cts/tools/host/test/com/android/cts/
TestSessionBuilderTests.java 39 import com.android.cts.TestDevice.DeviceParameterCollector;
140 DeviceParameterCollector deviceParam = new DeviceParameterCollector();
    [all...]

Completed in 40 milliseconds