Searched refs:mNotificationMgr (Results 1 – 2 of 2) sorted by relevance
98 public NotificationManager mNotificationMgr; field in BluetoothOppNotification151 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 …]
235 mNotifier.mNotificationMgr.cancelAll(); in start()870 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()884 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()