Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DService.java884 public final void stopForeground(boolean removeNotification) { in stopForeground() method in Service
885 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : STOP_FOREGROUND_LEGACY); in stopForeground()
912 public final void stopForeground(@StopForegroundSelector int notificationBehavior) { in stopForeground() method in Service
/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
H A DSimpleFgService.java58 stopForeground(true);
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java361 stopForeground(STOP_FOREGROUND_REMOVE); in executeCancelCommand()
484 stopForeground(STOP_FOREGROUND_REMOVE); in executeHideNotificationCommand()
499 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : STOP_FOREGROUND_DETACH); in resetTaskAndStop()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java182 stopForeground(STOP_FOREGROUND_DETACH); in onStartCommand()
441 stopForeground(STOP_FOREGROUND_DETACH); in stopService()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java131 doNothing().when(mRecordingService).stopForeground(anyInt()); in setUp()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1054 stopForeground(Service.STOP_FOREGROUND_DETACH); in stopForegroundWhenDoneLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2623 HSPLandroid/app/Service;->stopForeground(I)V
2624 HSPLandroid/app/Service;->stopForeground(Z)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2623 HSPLandroid/app/Service;->stopForeground(I)V
2624 HSPLandroid/app/Service;->stopForeground(Z)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7246 method @Deprecated public final void stopForeground(boolean);
7247 method public final void stopForeground(int);