Searched defs:mNotificationMgr (Results 1 - 1 of 1) 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...]

Completed in 43 milliseconds