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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 88 public NotificationManager mNotificationMgr;
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 != null)
    [all...]
BluetoothOppService.java 158 mNotifier.mNotificationMgr.cancelAll();
699 mNotifier.mNotificationMgr.cancel(info.mId);
714 mNotifier.mNotificationMgr.cancel(info.mId);
    [all...]
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 365 NotificationManager mNotificationMgr =
379 mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification,
389 NotificationManager mNotificationMgr =
393 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL);
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 172 private final NotificationManager mNotificationMgr;
431 mNotificationMgr = (NotificationManager)
436 mNotificationMgr = null;
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java     [all...]

Completed in 94 milliseconds