Searched refs:stopForeground (Results 1 – 10 of 10) sorted by relevance
884 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service885 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : STOP_FOREGROUND_LEGACY); in stopForeground()912 public final void stopForeground(@StopForegroundSelector int notificationBehavior) { in stopForeground() method in Service
58 stopForeground(true);
361 stopForeground(STOP_FOREGROUND_REMOVE); in executeCancelCommand()484 stopForeground(STOP_FOREGROUND_REMOVE); in executeHideNotificationCommand()499 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : STOP_FOREGROUND_DETACH); in resetTaskAndStop()
182 stopForeground(STOP_FOREGROUND_DETACH); in onStartCommand()441 stopForeground(STOP_FOREGROUND_DETACH); in stopService()
131 doNothing().when(mRecordingService).stopForeground(anyInt()); in setUp()
1054 stopForeground(Service.STOP_FOREGROUND_DETACH); in stopForegroundWhenDoneLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2623 HSPLandroid/app/Service;->stopForeground(I)V2624 HSPLandroid/app/Service;->stopForeground(Z)V
7246 method @Deprecated public final void stopForeground(boolean);7247 method public final void stopForeground(int);