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

/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java95 private Country mLastCountryAddedToLogs; field in class:ComprehensiveCountryDetector
98 * Object used to synchronize access to {@link #mLastCountryAddedToLogs}. Be careful if
196 if (mLastCountryAddedToLogs != null && mLastCountryAddedToLogs.equals(country)) {
199 mLastCountryAddedToLogs = country;

Completed in 42 milliseconds