Searched refs:mustNotHaveFlags (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 3395 final int mustHaveFlags, final int mustNotHaveFlags, final boolean sendDelete, in cancelNotification() argument 3406 userId, mustHaveFlags, mustNotHaveFlags, reason, listenerName); in cancelNotification() 3422 if ((r.getNotification().flags & mustNotHaveFlags) != 0) { in cancelNotification() 3467 int mustNotHaveFlags, boolean doit, int userId, int reason, in cancelAllNotificationsInt() argument 3471 pkg, userId, mustHaveFlags, mustNotHaveFlags, reason, in cancelAllNotificationsInt() 3489 if ((r.getFlags() & mustNotHaveFlags) != 0) { in cancelAllNotificationsInt()
|