Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 9 of 9) 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/modules/Connectivity/service/src/com/android/server/connectivity/
DLingerMonitor.java92 public LingerMonitor(Context context, NetworkNotificationManager notifier, in LingerMonitor()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDbModifierWithNotification.java424 static void setVoicemailNotifierForTest(VoicemailNotifier notifier) { in setVoicemailNotifierForTest()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java148 VoicemailNotifier notifier = mock(VoicemailNotifier.class); in testBulkInsert() local
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java157 CallNotifier notifier; field in PhoneGlobals
DSimPhonebookProvider.java181 Supplier<IIccPhoneBook> iccPhoneBookSupplier, ContentNotifier notifier) { in onCreate()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java947 private DirectoryChildrenObserver(Object notifier) { in DirectoryChildrenObserver()
/packages/services/Telephony/tests/src/com/android/phone/
DSimPhonebookProviderTest.java1479 ContentNotifier notifier) { in setup()