Home
last modified time | relevance | path

Searched refs:DvrRecordingService (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/
DDvrRecordingServiceTest.java76 intent.putExtra(DvrRecordingService.EXTRA_START_FOR_RECORDING, false); in testStartService_noUpcomingRecording()
117 intent.putExtra(DvrRecordingService.EXTRA_START_FOR_RECORDING, true); in testStartService_hasUpcomingRecording()
153 public static class MockDvrRecordingService extends DvrRecordingService {
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java53 public class DvrRecordingService extends Service { class
61 private static DvrRecordingService sInstance;
77 Intent intent = new Intent(context, DvrRecordingService.class); in startForegroundService()
DRecordingScheduler.java172 DvrRecordingService.startForegroundService(mContext, false); in updateAndStartServiceIfNeeded()
181 DvrRecordingService.startForegroundService(mContext, true); in updateInternal()
183 DvrRecordingService.stopForegroundIfNotRecording(); in updateInternal()
/packages/apps/TV/src/com/android/tv/receiver/
DBootCompletedReceiver.java30 import com.android.tv.dvr.recorder.DvrRecordingService;