HomeSort by relevance Sort by last modified time
    Searched full:nlocation (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 304 Location nlocation = new Location(providerName); local
305 nlocation.setLatitude(latitude);
306 nlocation.setLongitude(longitude);
307 nlocation.setAccuracy(3000.0f);
308 nlocation.setTime(java.lang.System.currentTimeMillis());
309 nlocation.setElapsedRealtimeNanos(SystemClock.elapsedRealtimeNanos());
318 location.setExtraLocation(Location.EXTRA_NO_GPS_LOCATION, nlocation);

Completed in 361 milliseconds