Home
last modified time | relevance | path

Searched refs:sTestLocation2 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java174 private static final Location sTestLocation2 = new Location(LocationManager.NETWORK_PROVIDER); field in CameraTestUtils
187 sTestLocation2.setTime(1199145602000L);
188 sTestLocation2.setLatitude(-89.736071);
189 sTestLocation2.setLongitude(-179.441983);
190 sTestLocation2.setAltitude(100000.0);
206 /*gpsLocation*/ sTestLocation2,