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

  /frameworks/base/core/java/android/app/
INotificationManager.aidl 36 void cancelNotificationWithTag(String pkg, String tag, int id, int userId);
NotificationManager.java 191 service.cancelNotificationWithTag(pkg, tag, id, UserHandle.myUserId());
205 service.cancelNotificationWithTag(pkg, tag, id, user.getIdentifier());
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 513 inm.cancelNotificationWithTag(localPackageName, null,
ActivityManagerService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java     [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java     [all...]

Completed in 599 milliseconds