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

/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java85 private NotificationManager mNotificationMgr; field in class:NotificationMgr
114 mNotificationMgr = (NotificationManager)
425 mNotificationMgr.notify(MISSED_CALL_NOTIFICATION, note);
431 mNotificationMgr.cancel(MISSED_CALL_NOTIFICATION);
721 mNotificationMgr.cancel(IN_CALL_NOTIFICATION);
726 mNotificationMgr.notify(IN_CALL_NOTIFICATION,
769 mNotificationMgr.cancel(IN_CALL_NOTIFICATION);
885 mNotificationMgr.notify(VOICEMAIL_NOTIFICATION, notification);
887 mNotificationMgr.cancel(VOICEMAIL_NOTIFICATION);
939 mNotificationMgr
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java84 public NotificationManager mNotificationMgr; field in class:BluetoothOppNotification
125 mNotificationMgr = (NotificationManager)mContext
307 mNotificationMgr.notify(item.id, n);
336 if (mNotificationMgr != null && mActiveNotificationId != 0) {
337 mNotificationMgr.cancel(mActiveNotificationId);
383 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
385 if (mNotificationMgr != null) {
386 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND);
430 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti);
432 if (mNotificationMgr !
[all...]
H A DBluetoothOppService.java160 mNotifier.mNotificationMgr.cancelAll();
672 mNotifier.mNotificationMgr.cancel(info.mId);
687 mNotifier.mNotificationMgr.cancel(info.mId);

Completed in 39 milliseconds