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

/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java78 boolean notified; field in class:IInputMethodWrapper.Notifier
/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/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java3788 if (!r.notified) {
3789 r.notified = true;
3822 if (!r.notified) {
3823 r.notified = true;
4041 if (!r.notified) {
4053 public boolean notified; field in class:AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
4058 notified = false;

Completed in 211 milliseconds