HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationMgr (Results 1 - 5 of 5) sorted by null

  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 85 private NotificationManager mNotificationMgr;
114 mNotificationMgr = (NotificationManager)
425 mNotificationMgr.notify(MISSED_CALL_NOTIFICATION, note);
431 mNotificationMgr.cancel(MISSED_CALL_NOTIFICATION);
690 mNotificationMgr.notify(IN_CALL_NOTIFICATION,
733 mNotificationMgr.cancel(IN_CALL_NOTIFICATION);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 84 public NotificationManager mNotificationMgr;
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 != null)
    [all...]
BluetoothOppService.java 160 mNotifier.mNotificationMgr.cancelAll();
672 mNotifier.mNotificationMgr.cancel(info.mId);
687 mNotifier.mNotificationMgr.cancel(info.mId);
    [all...]
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 340 NotificationManager mNotificationMgr =
353 mNotificationMgr.notify(LOW_MEMORY_NOTIFICATION_ID, notification);
362 NotificationManager mNotificationMgr =
366 mNotificationMgr.cancel(LOW_MEMORY_NOTIFICATION_ID);
  /frameworks/base/core/java/android/content/
SyncManager.java 142 private final NotificationManager mNotificationMgr;
353 mNotificationMgr = (NotificationManager)
358 mNotificationMgr = null;
    [all...]

Completed in 113 milliseconds