Home
last modified time | relevance | path

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

/packages/apps/Traceur/src/com/android/traceur/
DTraceService.java202 stopForeground(Service.STOP_FOREGROUND_DETACH); in startTracingInternal()
210 stopForeground(Service.STOP_FOREGROUND_REMOVE); in startTracingInternal()
244 stopForeground(Service.STOP_FOREGROUND_DETACH); in startStackSamplingInternal()
252 stopForeground(Service.STOP_FOREGROUND_REMOVE); in startStackSamplingInternal()
295 stopForeground(Service.STOP_FOREGROUND_DETACH); in startHeapDumpInternal()
301 stopForeground(Service.STOP_FOREGROUND_REMOVE); in startHeapDumpInternal()
347 stopForeground(Service.STOP_FOREGROUND_REMOVE); in stopTracingInternal()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java167 stopForeground(); in stopForegroundIfNotRecordingInternal()
179 private void stopForeground() { in stopForeground() method in DvrRecordingService
201 stopForeground(true); in stopForegroundInternal()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java469 foregroundManager.stopForeground(true); in updateForegroundState()
637 public void stopForeground(boolean removeNotification) { in createForegroundManager() method in FileOperationService
638 service.stopForeground(removeNotification); in createForegroundManager()
646 void stopForeground(boolean removeNotification);
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java97 stopForeground(true);
184 stopForeground(true); in onDestroy()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestForegroundManager.java43 public void stopForeground(boolean cancelNotification) { in stopForeground() method in TestForegroundManager
/packages/modules/Permission/tests/cts/permission/AppThatRequestOneTimePermission/src/android/permission/cts/appthatrequestpermission/
DKeepAliveForegroundService.java66 () -> stopForeground(Service.STOP_FOREGROUND_REMOVE), lifespan); in onStartCommand()
/packages/apps/PrivateSpace/src/com/android/privatespace/filetransfer/
DFileTransferService.kt78 stopForeground(STOP_FOREGROUND_DETACH) in onStartCommand()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java282 stopForeground(true); in completeSaveImage()
286 stopForeground(true); in completeSaveImage()
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsService.java110 stopForeground(true /* removeNotification */); in updateForegroundState()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java191 inCallService.stopForeground(true /*removeNotification*/); in stopForegroundNotification()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.kt99 stopForeground(true /* removeNotification */) in stopCurrentAlarm()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java131 stopForeground(true); in onDestroy()
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceReceiver.kt107 stopForeground(STOP_FOREGROUND_REMOVE) in onBind()
/packages/modules/Media/apex/framework/java/android/media/
DMediaSession2Service.java235 stopForeground(false); in removeSession()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java151 stopForeground(/* removeNotification */ false); in onDestroy()
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DInstallerService.kt141 stopForeground(STOP_FOREGROUND_REMOVE) in requestInstall()
DVmLauncherService.kt516 stopForeground(STOP_FOREGROUND_REMOVE) in <lambda>()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestService.java241 stopForeground(true); in onImportFinish()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java342 stopForeground(false); in onPostExecute()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java285 stopForeground(true /* removeNotification */); in run()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java1157 stopForeground(Service.STOP_FOREGROUND_DETACH); in playPendingAlert()