/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/Traceur/src/com/google/android/traceur/ |
D | TraceService.java | 133 stopForeground(Service.STOP_FOREGROUND_DETACH); in startTracingInternal() 142 stopForeground(Service.STOP_FOREGROUND_REMOVE); in startTracingInternal() 183 stopForeground(Service.STOP_FOREGROUND_REMOVE); in stopTracingInternal()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | FileOperationService.java | 437 foregroundManager.stopForeground(true); in updateForegroundState() 558 public void stopForeground(boolean removeNotification) { in createForegroundManager() method in FileOperationService 559 service.stopForeground(removeNotification); in createForegroundManager() 567 void stopForeground(boolean removeNotification);
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 95 stopForeground(true); 179 stopForeground(true); in onDestroy()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingService.java | 95 stopForeground(true); 179 stopForeground(true); in onDestroy()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingService.java | 95 stopForeground(true); 179 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/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.java | 136 stopForeground(true /* removeNotification */); in stopCurrentAlarm()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 131 stopForeground(true); in onDestroy()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportService.java | 340 stopForeground(false); in onPostExecute()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestService.java | 241 stopForeground(true); in onImportFinish()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | VCardService.java | 146 stopForeground(/* removeNotification */ false); in onDestroy()
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugReportService.java | 378 mHandler.post(() -> stopForeground(true)); in zipDirectoryAndScheduleForUpload()
|