Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java98 public NotificationManager mNotificationMgr; field in BluetoothOppNotification
151 mNotificationMgr = in BluetoothOppNotification()
157 mNotificationMgr.createNotificationChannel(mNotificationChannel); in BluetoothOppNotification()
394 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build()); in updateActiveNotification()
467 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND_COMPLETE, outNoti); in updateCompletedNotification()
469 if (mNotificationMgr != null) { in updateCompletedNotification()
470 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND_COMPLETE); in updateCompletedNotification()
533 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND_COMPLETE, inNoti); in updateCompletedNotification()
535 if (mNotificationMgr != null) { in updateCompletedNotification()
536 mNotificationMgr.cancel(NOTIFICATION_ID_INBOUND_COMPLETE); in updateCompletedNotification()
[all …]
DBluetoothOppService.java235 mNotifier.mNotificationMgr.cancelAll(); in start()
870 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()
884 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()