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

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 154 Location bestResult = null;
168 bestResult = location;
174 if (bestResult != null) {
175 Log.i(TAG, "found location for free: " + bestResult);
177 return bestResult;

Completed in 100 milliseconds