Home
last modified time | relevance | path

Searched refs:stopForeground (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/
DService.java756 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service
757 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()
769 public final void stopForeground(@StopForegroundFlags int flags) { in stopForeground() method in Service
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java108 stopForeground(true /* removeNotification */); in updateForegroundState()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java305 stopForeground(true); in executeCancelCommand()
400 stopForeground(STOP_FOREGROUND_DETACH); in resetTaskAndStop()
/frameworks/base/media/apex/java/android/media/
DMediaSession2Service.java235 stopForeground(false); in removeSession()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java766 stopForeground(Service.STOP_FOREGROUND_DETACH); in stopForegroundWhenDone()
/frameworks/base/config/
Dboot-image-profile.txt2118 HSPLandroid/app/Service;->stopForeground(I)V
2119 HSPLandroid/app/Service;->stopForeground(Z)V
/frameworks/base/non-updatable-api/
Dcurrent.txt6209 method public final void stopForeground(boolean);
6210 method public final void stopForeground(int);
/frameworks/base/api/
Dcurrent.txt6209 method public final void stopForeground(boolean);
6210 method public final void stopForeground(int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5073 method public final void stopForeground(boolean);