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.java70 intent.putExtra(DvrRecordingService.EXTRA_START_FOR_RECORDING, false); in testStartService_noUpcomingRecording()
111 intent.putExtra(DvrRecordingService.EXTRA_START_FOR_RECORDING, true); in testStartService_hasUpcomingRecording()
148 public static class MockDvrRecordingService extends DvrRecordingService {
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java52 public class DvrRecordingService extends Service { class
60 private static DvrRecordingService sInstance;
76 Intent intent = new Intent(context, DvrRecordingService.class); in startForegroundService()
DRecordingScheduler.java180 DvrRecordingService.startForegroundService(mContext, false); in updateAndStartServiceIfNeeded()
189 DvrRecordingService.startForegroundService(mContext, true); in updateInternal()
191 DvrRecordingService.stopForegroundIfNotRecording(); in updateInternal()
/packages/apps/TV/src/com/android/tv/receiver/
DBootCompletedReceiver.java29 import com.android.tv.dvr.recorder.DvrRecordingService;