Home
last modified time | relevance | path

Searched refs:mNotificationMgr (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java99 public NotificationManager mNotificationMgr; field in BluetoothOppNotification
152 mNotificationMgr = in BluetoothOppNotification()
158 mNotificationMgr.createNotificationChannel(mNotificationChannel); in BluetoothOppNotification()
397 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); in updateActiveNotification()
476 if (mNotificationMgr != null) { in updateCompletedNotification()
477 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND_COMPLETE); in updateCompletedNotification()
543 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND_COMPLETE, inNoti); in updateCompletedNotification()
545 if (mNotificationMgr != null) { in updateCompletedNotification()
546 mNotificationMgr.cancel(NOTIFICATION_ID_INBOUND_COMPLETE); in updateCompletedNotification()
650 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, n); in updateIncomingFileConfirmNotification()
[all …]
H A DBluetoothOppService.java231 mNotifier.mNotificationMgr.cancelAll(); in start()
868 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()
882 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()
/aosp12/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DCarrierDefaultReceiverTest.java44 private NotificationManager mNotificationMgr; field in CarrierDefaultReceiverTest
69 mContext.injectSystemService(NotificationManager.class, mNotificationMgr); in setUp()
97 verify(mNotificationMgr, times(1)).notify(mString.capture(), mInt.capture(), in testOnReceiveRedirection()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
H A DNotificationHelperValidImportanceTest.java70 private NotificationManager mNotificationMgr; field in NotificationHelperValidImportanceTest
86 .thenReturn(mNotificationMgr); in setContext()
106 verify(mNotificationMgr).createNotificationChannel(captor.capture()); in testNewNotificationBuilder()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java241 private final NotificationManager mNotificationMgr; field in SyncManager
638 mNotificationMgr = (NotificationManager) in SyncManager()
641 mNotificationMgr = null; in SyncManager()
3778 mNotificationMgr.cancelAsUser( in runSyncFinishedOrCanceledH()
3840 if (mNotificationMgr == null) return; in installHandleTooManyDeletesNotification()
3884 mNotificationMgr.notifyAsUser( in installHandleTooManyDeletesNotification()