Searched defs:cancelAllNotificationsInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java747 cancelAllNotificationsInt(MY_UID, MY_PID, pkgName, 0, 0, !queryRestart,
780 cancelAllNotificationsInt(MY_UID, MY_PID, null, 0, 0, true, userHandle,
786 cancelAllNotificationsInt(MY_UID, MY_PID, null, 0, 0, true, userHandle,
1149 cancelAllNotificationsInt(MY_UID, MY_PID, pkg, 0, 0, true, UserHandle.getUserId(uid),
1407 cancelAllNotificationsInt(Binder.getCallingUid(), Binder.getCallingPid(),
3466 boolean cancelAllNotificationsInt(int callingUid, int callingPid, String pkg, int mustHaveFlags, method in class:NotificationManagerService

Completed in 38 milliseconds