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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 259 notificationManager.cancelAsUser(null, ICON_NETWORKS_AVAILABLE, UserHandle.ALL);
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 223 mNotificationManager.cancelAsUser(null, MISSED_CALL_NOTIFICATION_ID,
  /frameworks/base/core/java/android/app/
NotificationManager.java 302 public void cancelAsUser(String tag, int id, UserHandle user)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 147 mNoMan.cancelAsUser(TAG_NOTIFICATION, R.id.notification_power, UserHandle.ALL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 93 mNotificationManager.cancelAsUser(fsUuid, PRIVATE_ID, UserHandle.ALL);
116 mNotificationManager.cancelAsUser(null, MOVE_ID, UserHandle.ALL);
187 mNotificationManager.cancelAsUser(fsUuid, PRIVATE_ID, UserHandle.ALL);
237 mNotificationManager.cancelAsUser(disk.getId(), DISK_ID, UserHandle.ALL);
296 mNotificationManager.cancelAsUser(vol.getId(), PUBLIC_ID, UserHandle.ALL);
481 mNotificationManager.cancelAsUser(move.packageName, MOVE_ID, UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/
UiModeManagerService.java 621 mNotificationManager.cancelAsUser(null,
InputMethodManagerService.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 434 mNotificationManager.cancelAsUser(
504 mNotificationManager.cancelAsUser(
600 mNotificationManager.cancelAsUser(
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 502 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 458 notificationManager.cancelAsUser(null, mLastNotificationId,
498 notificationManager.cancelAsUser(null, mLastNotificationId,
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 151 milliseconds