Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java391 foregroundManager.stopForeground(true); in updateForegroundState()
494 public void stopForeground(boolean removeNotification) { in createForegroundManager() method in FileOperationService
495 service.stopForeground(removeNotification); in createForegroundManager()
503 void stopForeground(boolean removeNotification);
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java95 stopForeground(true);
178 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.java36 public void stopForeground(boolean cancelNotification) { in stopForeground() method in TestForegroundManager
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmService.java136 stopForeground(true /* removeNotification */); in stopCurrentAlarm()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java131 stopForeground(true); in onDestroy()
/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/apps/Music/src/com/android/music/
DMediaPlaybackService.java1223 stopForeground(false); in stop()
1427 stopForeground(true); in gotoIdleState()