Searched defs:FLAG_FOREGROUND_SERVICE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java165 public static final int FLAG_FOREGROUND_SERVICE = 0x00000040; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java567 public static final int FLAG_FOREGROUND_SERVICE = 0x00000040; field in class:Notification
1249 * {@link #FLAG_FOREGROUND_SERVICE} notification currently visible to the user.
5850 return (flags & Notification.FLAG_FOREGROUND_SERVICE) != 0;

Completed in 32 milliseconds