Searched refs:stopForeground (Results 1 – 9 of 9) sorted by relevance
756 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service757 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()769 public final void stopForeground(@StopForegroundFlags int flags) { in stopForeground() method in Service
108 stopForeground(true /* removeNotification */); in updateForegroundState()
305 stopForeground(true); in executeCancelCommand()400 stopForeground(STOP_FOREGROUND_DETACH); in resetTaskAndStop()
235 stopForeground(false); in removeSession()
766 stopForeground(Service.STOP_FOREGROUND_DETACH); in stopForegroundWhenDone()
2118 HSPLandroid/app/Service;->stopForeground(I)V2119 HSPLandroid/app/Service;->stopForeground(Z)V
6209 method public final void stopForeground(boolean);6210 method public final void stopForeground(int);
5073 method public final void stopForeground(boolean);