Searched refs:notified (Results 1 - 5 of 5) 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/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java79 boolean notified; field in class:IInputMethodWrapper.Notifier
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java4280 if (!r.notified) {
4281 r.notified = true;
4314 if (!r.notified) {
4315 r.notified = true;
4533 if (!r.notified) {
4545 public boolean notified; field in class:AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
4550 notified = false;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java638 boolean notified = false;
642 notified = true;
645 + "SignalStrength not notified");
648 return notified;

Completed in 282 milliseconds