Searched refs:foregroundManager (Results 1 – 2 of 2) sorted by relevance
118 @VisibleForTesting ForegroundManager foregroundManager; field in FileOperationService154 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()
104 assertNull(mService.foregroundManager); in setUp()105 mService.foregroundManager = mForegroundManager; in setUp()