/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 | 440 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/ |
D | TraceService.java | 151 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/ |
D | BluetoothPairingService.java | 95 stopForeground(true); 181 stopForeground(true); in onDestroy()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ProcessingService.java | 282 stopForeground(true); in completeSaveImage() 286 stopForeground(true); in completeSaveImage()
|
/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/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ |
D | MyForegroundService.java | 66 stopForeground(true); in onStartCommand()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDocumentsService.java | 108 stopForeground(true /* removeNotification */); in updateForegroundState()
|
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
D | BugReportService.java | 468 stopForeground(true); in handleBugReportManagerError() 552 stopForeground(true); in zipDirectoryAndUpdateStatus()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | TelecomAdapter.java | 191 inCallService.stopForeground(true /*removeNotification*/); in stopForegroundNotification()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 131 stopForeground(true); in onDestroy()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmService.kt | 99 stopForeground(true /* removeNotification */) in stopCurrentAlarm()
|
/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 | 340 stopForeground(false); in onPostExecute()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | VCardService.java | 146 stopForeground(/* removeNotification */ false); in onDestroy()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | DownloadService.java | 268 stopForeground(true /* removeNotification */); in run()
|