Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 15 of 15) 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/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServlet.java58 public void enableNotification(BluetoothGattServerConnection connection, Notifier notifier) in enableNotification()
64 public void disableNotification(BluetoothGattServerConnection connection, Notifier notifier) in disableNotification()
DBluetoothGattServerConnection.java254 Notifier notifier; in handleCharacteristicConfigurationChange() local
/packages/modules/Bluetooth/system/gd/cert/
Dchange_waiter.py15 notifier = pyinotify.Notifier(wm, handler) variable
/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/provider/
DBaseLocalQCProvider.java50 public void setNotifier(Notifier notifier) { in setNotifier()
/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/provider/
DBaseLocalQCProviderTest.java69 BaseLocalQCProvider.Notifier notifier = mock(BaseLocalQCProvider.Notifier.class); in notifyChange_updateNotified() 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.java91 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/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/
DFastPairSimulator.java1132 public void enableNotification(BluetoothGattServerConnection connection, Notifier notifier) in enableNotification()
1139 public void disableNotification(BluetoothGattServerConnection connection, Notifier notifier) in disableNotification()
/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.java158 CallNotifier notifier; field in PhoneGlobals
DSimPhonebookProvider.java183 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.java1579 ContentNotifier notifier) { in setup()