Searched defs:stopForeground (Results 1 – 3 of 3) sorted by relevance
86 void stopForeground(Service service, @ServiceCompat.StopForegroundFlags int flags); in stopForeground() method90 public void stopForeground(Service service, @ServiceCompat.StopForegroundFlags int flags) { in stopForeground() method in ServiceCompat.BaseServiceCompatImpl96 public void stopForeground(Service service, @ServiceCompat.StopForegroundFlags int flags) { in stopForeground() method in ServiceCompat.Api24ServiceCompatImpl117 public static void stopForeground(Service service, in stopForeground() method in ServiceCompat
21 public static void stopForeground(Service service, int flags) { in stopForeground() method in ServiceCompatApi24
717 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service728 public final void stopForeground(@StopForegroundFlags int flags) { in stopForeground() method in Service