Searched refs:stopForeground (Results 1 – 8 of 8) sorted by relevance
758 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service759 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()771 public final void stopForeground(@StopForegroundFlags int flags) { in stopForeground() method in Service
305 stopForeground(true); in executeCancelCommand()400 stopForeground(STOP_FOREGROUND_DETACH); in resetTaskAndStop()
235 stopForeground(false); in removeSession()
991 stopForeground(Service.STOP_FOREGROUND_DETACH); in stopForegroundWhenDoneLocked()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
3070 HSPLandroid/app/Service;->stopForeground(I)V3071 HSPLandroid/app/Service;->stopForeground(Z)V
6406 method public final void stopForeground(boolean);6407 method public final void stopForeground(int);
5073 method public final void stopForeground(boolean);