Searched refs:stopForeground (Results 1 – 8 of 8) 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()
235 stopForeground(false); in removeSession()
350 stopForeground(true); in resetTaskAndStop()
766 stopForeground(Service.STOP_FOREGROUND_DETACH); in stopForegroundWhenDone()
2118 HSPLandroid/app/Service;->stopForeground(I)V2119 HSPLandroid/app/Service;->stopForeground(Z)V
6206 method public final void stopForeground(boolean);6207 method public final void stopForeground(int);
5073 method public final void stopForeground(boolean);