Searched refs:distFromNetLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) { argument
100 entry.setDistFromNetLocation(distFromNetLocation);
123 private void setDistFromNetLocation(float distFromNetLocation) { argument
124 mDistFromNetLocation = distFromNetLocation;

Completed in 44 milliseconds