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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java88 public NotificationManager mNotificationMgr; field in class:BluetoothOppNotification
135 mNotificationMgr = (NotificationManager)mContext
336 mNotificationMgr.notify(item.id, b.getNotification());
365 if (mNotificationMgr != null && mActiveNotificationId != 0) {
366 mNotificationMgr.cancel(mActiveNotificationId);
412 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
414 if (mNotificationMgr != null) {
415 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND);
459 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti);
461 if (mNotificationMgr !
[all...]
H A DBluetoothOppService.java158 mNotifier.mNotificationMgr.cancelAll();
699 mNotifier.mNotificationMgr.cancel(info.mId);
714 mNotifier.mNotificationMgr.cancel(info.mId);

Completed in 38 milliseconds