Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1567 final int mustNotHaveFlags = isCallingUidSystem() ? 0 :
1570 mustNotHaveFlags, false, userId, REASON_APP_CANCEL, null);
4349 final int mustHaveFlags, final int mustNotHaveFlags, final boolean sendDelete, in cancelNotification() argument
4360 userId, mustHaveFlags, mustNotHaveFlags, reason, listenerName); in cancelNotification()
4377 if ((r.getNotification().flags & mustNotHaveFlags) != 0) { in cancelNotification()
4430 int mustHaveFlags, int mustNotHaveFlags, boolean doit, int userId, int reason, in cancelAllNotificationsInt() argument
4437 pkg, userId, mustHaveFlags, mustNotHaveFlags, reason, in cancelAllNotificationsInt()
4451 if ((flags & mustNotHaveFlags) != 0) { in cancelAllNotificationsInt()