Home
last modified time | relevance | path

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

/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.java440 foregroundManager.stopForeground(true); in updateForegroundState()
561 public void stopForeground(boolean removeNotification) { in createForegroundManager() method in FileOperationService
562 service.stopForeground(removeNotification); in createForegroundManager()
570 void stopForeground(boolean removeNotification);
/packages/apps/Traceur/src/com/android/traceur/
DTraceService.java151 stopForeground(Service.STOP_FOREGROUND_DETACH); in startTracingInternal()
159 stopForeground(Service.STOP_FOREGROUND_REMOVE); in startTracingInternal()
211 stopForeground(Service.STOP_FOREGROUND_REMOVE); in stopTracingInternal()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java95 stopForeground(true);
181 stopForeground(true); in onDestroy()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java282 stopForeground(true); in completeSaveImage()
286 stopForeground(true); in completeSaveImage()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestForegroundManager.java43 public void stopForeground(boolean cancelNotification) { in stopForeground() method in TestForegroundManager
/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
DMyForegroundService.java66 stopForeground(true); in onStartCommand()
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsService.java108 stopForeground(true /* removeNotification */); in updateForegroundState()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java468 stopForeground(true); in handleBugReportManagerError()
552 stopForeground(true); in zipDirectoryAndUpdateStatus()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java191 inCallService.stopForeground(true /*removeNotification*/); in stopForegroundNotification()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java131 stopForeground(true); in onDestroy()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.kt99 stopForeground(true /* removeNotification */) in stopCurrentAlarm()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestService.java241 stopForeground(true); in onImportFinish()
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java340 stopForeground(false); in onPostExecute()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DVCardService.java146 stopForeground(/* removeNotification */ false); in onDestroy()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java268 stopForeground(true /* removeNotification */); in run()