Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/
DDvrRecordingServiceTest.java76 getService().stopForegroundIfNotRecordingInternal(); in testStartService_noUpcomingRecording()
88 getService().stopForegroundIfNotRecordingInternal(); in testStartService_noUpcomingRecording()
99 getService().stopForegroundIfNotRecordingInternal(); in testStartService_noUpcomingRecording()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java91 sInstance.stopForegroundIfNotRecordingInternal(); in stopForegroundIfNotRecording()
110 stopForegroundIfNotRecordingInternal();
165 protected void stopForegroundIfNotRecordingInternal() { in stopForegroundIfNotRecordingInternal() method in DvrRecordingService