Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DServiceCompat.java86 void stopForeground(Service service, @ServiceCompat.StopForegroundFlags int flags); in stopForeground() method
90 public void stopForeground(Service service, @ServiceCompat.StopForegroundFlags int flags) { in stopForeground() method in ServiceCompat.BaseServiceCompatImpl
96 public void stopForeground(Service service, @ServiceCompat.StopForegroundFlags int flags) { in stopForeground() method in ServiceCompat.Api24ServiceCompatImpl
117 public static void stopForeground(Service service, in stopForeground() method in ServiceCompat
/frameworks/support/compat/api24/android/support/v4/app/
DServiceCompatApi24.java21 public static void stopForeground(Service service, int flags) { in stopForeground() method in ServiceCompatApi24
/frameworks/base/core/java/android/app/
DService.java717 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service
728 public final void stopForeground(@StopForegroundFlags int flags) { in stopForeground() method in Service