Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java33 boolean byForegroundService); in enqueueNotification() argument
DNotificationManagerService.java7034 boolean byForegroundService) {
7036 userId, byForegroundService);
7309 int incomingUserId, boolean byForegroundService) {
7311 incomingUserId, false /* postSilently */, byForegroundService);
7316 int incomingUserId, boolean postSilently, boolean byForegroundService) {
7321 notification, incomingUserId, postSilently, tracker, byForegroundService);
7347 PostNotificationTracker tracker, boolean byForegroundService) {
7509 r.getSbn().getOverrideGroupKey() != null, byForegroundService)) {
7981 NotificationRecord r, boolean isAutogroup, boolean byForegroundService) {
8073 && !byForegroundService) {
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java1582 public void postNotification(boolean byForegroundService) { in postNotification() argument
1690 userId, byForegroundService /* byForegroundService */); in postNotification()