Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java261 Notification.FLAG_FOREGROUND_SERVICE, false);
266 Notification.FLAG_ONGOING_EVENT | Notification.FLAG_FOREGROUND_SERVICE,
740 old.notification.flags&Notification.FLAG_FOREGROUND_SERVICE; in enqueueNotificationInternal()
746 if ((notification.flags&Notification.FLAG_FOREGROUND_SERVICE) != 0) { in enqueueNotificationInternal()
1015 ? 0 : Notification.FLAG_FOREGROUND_SERVICE, false); in cancelNotificationWithTag()
1023 cancelAllNotificationsInt(pkg, 0, Notification.FLAG_FOREGROUND_SERVICE, true); in cancelAllNotifications()
/frameworks/base/core/java/android/app/
DNotification.java298 public static final int FLAG_FOREGROUND_SERVICE = 0x00000040; field in Notification
/frameworks/base/docs/html/sdk/api_diff/5/
DmissingSinces.txt415 NO DOC BLOCK: android.app.Notification Field FLAG_FOREGROUND_SERVICE
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java10669 notification.flags |= Notification.FLAG_FOREGROUND_SERVICE; in setServiceForeground()
/frameworks/base/api/
Dcurrent.txt3601 field public static final int FLAG_FOREGROUND_SERVICE = 64; // 0x40
D14.txt3601 field public static final int FLAG_FOREGROUND_SERVICE = 64; // 0x40