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.java118 @VisibleForTesting ForegroundManager foregroundManager; field in FileOperationService
154 if (foregroundManager == null) { in onCreate()
155 foregroundManager = createForegroundManager(this); in onCreate()
375 foregroundManager.startForeground(NOTIFICATION_ID_PROGRESS, notification); in onStart()
437 foregroundManager.stopForeground(true); in updateForegroundState()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DFileOperationServiceTest.java104 assertNull(mService.foregroundManager); in setUp()
105 mService.foregroundManager = mForegroundManager; in setUp()