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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java 125 private static final Location sTestLocation2 = new Location(LocationManager.NETWORK_PROVIDER);
141 sTestLocation2.setTime(1199145602L);
142 sTestLocation2.setLatitude(-89.736071);
143 sTestLocation2.setLongitude(-179.441983);
144 sTestLocation2.setAltitude(100000.0);
160 /*gpsLocation*/ sTestLocation2,
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java 127 private static final Location sTestLocation2 = new Location(LocationManager.NETWORK_PROVIDER);
143 sTestLocation2.setTime(1199145602000L);
144 sTestLocation2.setLatitude(-89.736071);
145 sTestLocation2.setLongitude(-179.441983);
146 sTestLocation2.setAltitude(100000.0);
162 /*gpsLocation*/ sTestLocation2,
    [all...]

Completed in 85 milliseconds