Searched refs:byForegroundService (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerInternal.java | 33 boolean byForegroundService); in enqueueNotification() argument
|
D | NotificationManagerService.java | 7034 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/ |
D | ServiceRecord.java | 1582 public void postNotification(boolean byForegroundService) { in postNotification() argument 1690 userId, byForegroundService /* byForegroundService */); in postNotification()
|