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

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java134 public boolean notified() { method in class:ComprehensiveCountryDetectorTest.CountryListenerImpl
156 assertFalse(listener.notified());
179 assertTrue(listener.notified());
200 assertFalse(listener.notified());
244 assertFalse(listener.notified());
260 assertFalse(listener.notified());
H A DLocationBasedCountryDetectorTest.java165 public boolean notified() { method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
215 assertTrue(countryListener.notified());
240 assertTrue(countryListener.notified());
259 assertFalse(countryListener.notified());
281 assertTrue(countryListener.notified());
317 // CountryListener should be notified
318 assertTrue(countryListener.notified());
340 // CountryListener should be notified
341 assertTrue(countryListener.notified());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java223 boolean notified = false;
228 notified = true;
231 + "SignalStrength not notified");
235 return notified;
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java77 boolean notified; field in class:IInputMethodWrapper.Notifier

Completed in 264 milliseconds