Searched defs:mNotified (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java28 protected boolean mNotified; field in class:ComprehensiveCountryDetectorTest.TestCountryDetector
37 mNotified = true;
126 private boolean mNotified; field in class:ComprehensiveCountryDetectorTest.CountryListenerImpl
130 mNotified = true;
135 return mNotified;
H A DLocationBasedCountryDetectorTest.java156 private boolean mNotified; field in class:LocationBasedCountryDetectorTest.CountryListenerImpl
159 mNotified = true;
166 return mNotified;

Completed in 41 milliseconds