/packages/apps/Traceur/src/com/android/traceur/ |
D | TraceService.java | 202 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/ |
D | DvrRecordingService.java | 167 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/ |
D | FileOperationService.java | 469 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/ |
D | BluetoothPairingService.java | 97 stopForeground(true); 184 stopForeground(true); in onDestroy()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/ |
D | TestForegroundManager.java | 43 public void stopForeground(boolean cancelNotification) { in stopForeground() method in TestForegroundManager
|
/packages/modules/Permission/tests/cts/permission/AppThatRequestOneTimePermission/src/android/permission/cts/appthatrequestpermission/ |
D | KeepAliveForegroundService.java | 66 () -> stopForeground(Service.STOP_FOREGROUND_REMOVE), lifespan); in onStartCommand()
|
/packages/apps/PrivateSpace/src/com/android/privatespace/filetransfer/ |
D | FileTransferService.kt | 78 stopForeground(STOP_FOREGROUND_DETACH) in onStartCommand()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ProcessingService.java | 282 stopForeground(true); in completeSaveImage() 286 stopForeground(true); in completeSaveImage()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsService.java | 110 stopForeground(true /* removeNotification */); in updateForegroundState()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | TelecomAdapter.java | 191 inCallService.stopForeground(true /*removeNotification*/); in stopForegroundNotification()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmService.kt | 99 stopForeground(true /* removeNotification */) in stopCurrentAlarm()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 131 stopForeground(true); in onDestroy()
|
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetySourceReceiver.kt | 107 stopForeground(STOP_FOREGROUND_REMOVE) in onBind()
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaSession2Service.java | 235 stopForeground(false); in removeSession()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | VCardService.java | 151 stopForeground(/* removeNotification */ false); in onDestroy()
|
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/ |
D | InstallerService.kt | 141 stopForeground(STOP_FOREGROUND_REMOVE) in requestInstall()
|
D | VmLauncherService.kt | 516 stopForeground(STOP_FOREGROUND_REMOVE) in <lambda>()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestService.java | 241 stopForeground(true); in onImportFinish()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportService.java | 342 stopForeground(false); in onPostExecute()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | DownloadService.java | 285 stopForeground(true /* removeNotification */); in run()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 1157 stopForeground(Service.STOP_FOREGROUND_DETACH); in playPendingAlert()
|