Searched defs:notifier (Results 1 – 6 of 6) sorted by relevance
44 public void setSourceView(ScrollNotifier notifier) { in setSourceView()
301 public void registerChangeNotifier(Uri uri, ChangeNotifier notifier) { in registerChangeNotifier()339 public synchronized void registerNotifier(ChangeNotifier notifier) { in registerNotifier()
398 static void setVoicemailNotifierForTest(VoicemailNotifier notifier) { in setVoicemailNotifierForTest()
141 CallNotifier notifier; field in PhoneGlobals
823 private DirectoryChildrenObserver(Object notifier) { in DirectoryChildrenObserver()
148 VoicemailNotifier notifier = mock(VoicemailNotifier.class); in testBulkInsert() local