Searched defs:mNotificationMgr (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java93 public NotificationManager mNotificationMgr; field in class:BluetoothOppNotification
144 mNotificationMgr = (NotificationManager)mContext
150 mNotificationMgr.createNotificationChannel(mNotificationChannel);
364 mNotificationMgr.notify(NOTIFICATION_ID_PROGRESS, b.build());
432 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND_COMPLETE, outNoti);
434 if (mNotificationMgr != null) {
435 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND_COMPLETE);
492 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND_COMPLETE, inNoti);
494 if (mNotificationMgr != null) {
495 mNotificationMgr
[all...]

Completed in 47 milliseconds