Home
last modified time | relevance | path

Searched defs:isForegroundService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java890 public boolean isForegroundService() { in isForegroundService() method in NotificationEntry
/frameworks/base/core/java/android/app/
DPendingIntent.java1105 public boolean isForegroundService() { in isForegroundService() method in PendingIntent
DActivityManager.java665 public static boolean isForegroundService(int procState) { in isForegroundService() method in ActivityManager