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