Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DScrollIndicatorsView.java44 public void setSourceView(ScrollNotifier notifier) { in setSourceView()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDataManager.java301 public void registerChangeNotifier(Uri uri, ChangeNotifier notifier) { in registerChangeNotifier()
339 public synchronized void registerNotifier(ChangeNotifier notifier) { in registerNotifier()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java131 CallNotifier notifier; field in PhoneGlobals
DPhoneUtils.java217 final CallNotifier notifier = app.notifier; in answerCall() local