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

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorManager.java36 private String mFakeLocation = null; field in class:AggregatorManager
104 mFakeLocation = location;
132 if (mFakeLocation != null && mFakeLocation.length() != 0)
H A DLocationStatsAggregator.java74 private String mFakeLocation = null; field in class:LocationStatsAggregator
130 if (mFakeLocation != null) {
131 feature.put(CURRENT_LOCATION, mFakeLocation);
148 mFakeLocation = name;
149 else mFakeLocation = null;

Completed in 43 milliseconds