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

  /frameworks/base/core/java/android/app/
NotificationManager.java 164 public void notifyAsUser(String tag, int id, Notification notification, UserHandle user)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 339 notificationManager.notifyAsUser(null, notificationId, mUsbStorageNotification,
416 notificationManager.notifyAsUser(null, notificationId,
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 255 notificationManager.notifyAsUser(null, ICON_NETWORKS_AVAILABLE, mNotification,
  /packages/services/Telecomm/src/com/android/server/telecom/
MissedCallNotifier.java 172 mNotificationManager.notifyAsUser(
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 352 mNotificationManager.notifyAsUser(
397 mNotificationManager.notifyAsUser(
432 mNotificationManager.notifyAsUser(
473 mNotificationManager.notifyAsUser(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 168 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.CURRENT);
205 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.CURRENT);
223 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, nb.build(), UserHandle.CURRENT);
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 610 mNotificationManager.notifyAsUser(null,
InputMethodManagerService.java     [all...]
  /frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java     [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 393 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotification,
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 486 mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification,
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 481 notificationManager.notifyAsUser(null, mTetheredNotification.icon,
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 358 milliseconds