Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java74 static void startForegroundService(Context context, boolean startForRecording) { in startForegroundService() argument
77 intent.putExtra(EXTRA_START_FOR_RECORDING, startForRecording); in startForegroundService()
84 sInstance.startForeground(startForRecording); in startForegroundService()