Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDisconnectedCallNotifierTest.java81 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownAfterEmergencyCall() local
104 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownForDisconnectedEmergencyCall() local
127 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationNotShownAfterCall() local
144 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationClearedForEmergencyCall() local
/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/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java398 static void setVoicemailNotifierForTest(VoicemailNotifier notifier) { in setVoicemailNotifierForTest()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java149 CallNotifier notifier; field in PhoneGlobals
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java148 VoicemailNotifier notifier = mock(VoicemailNotifier.class); in testBulkInsert() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java946 private DirectoryChildrenObserver(Object notifier) { in DirectoryChildrenObserver()