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

  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 463 NotificationManager mNotificationMgr =
487 mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification,
498 NotificationManager mNotificationMgr =
502 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 88 public NotificationManager mNotificationMgr;
135 mNotificationMgr = (NotificationManager)mContext
346 mNotificationMgr.notify(item.id, b.getNotification());
376 if (mNotificationMgr != null && mActiveNotificationId != 0) {
377 mNotificationMgr.cancel(mActiveNotificationId);
428 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti);
430 if (mNotificationMgr != null) {
431 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND);
480 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti);
482 if (mNotificationMgr != null)
    [all...]
BluetoothOppService.java 158 mNotifier.mNotificationMgr.cancelAll();
714 mNotifier.mNotificationMgr.cancel(info.mId);
729 mNotifier.mNotificationMgr.cancel(info.mId);
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 210 private final NotificationManager mNotificationMgr;
495 mNotificationMgr = (NotificationManager)
500 mNotificationMgr = null;
    [all...]

Completed in 425 milliseconds