Home
last modified time | relevance | path

Searched refs:foregroundManager (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperationService.java121 @VisibleForTesting ForegroundManager foregroundManager; field in FileOperationService
157 if (foregroundManager == null) { in onCreate()
158 foregroundManager = createForegroundManager(this); in onCreate()
378 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification); in onStart()
440 foregroundManager.stopForeground(true); in updateForegroundState()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
DFileOperationServiceTest.java104 assertNull(mService.foregroundManager); in setUp()
105 mService.foregroundManager = mForegroundManager; in setUp()