Home
last modified time | relevance | path

Searched refs:cancelAllNotificationsInt (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
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), in setNotificationsEnabledForPackageImpl()
1407 cancelAllNotificationsInt(Binder.getCallingUid(), Binder.getCallingPid(),
3466 boolean cancelAllNotificationsInt(int callingUid, int callingPid, String pkg, int mustHaveFlags, in cancelAllNotificationsInt() method in NotificationManagerService