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

  /frameworks/base/location/java/android/location/
Location.java 117 private static ThreadLocal<BearingDistanceCache> sBearingDistanceCache
118 = new ThreadLocal<BearingDistanceCache>() {
120 protected BearingDistanceCache initialValue() {
121 return new BearingDistanceCache();
333 double lat2, double lon2, BearingDistanceCache results) {
456 BearingDistanceCache cache = sBearingDistanceCache.get();
477 BearingDistanceCache cache = sBearingDistanceCache.get();
498 BearingDistanceCache cache = sBearingDistanceCache.get();
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 196 milliseconds