Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
DRichTvInputService.java193 private PlayCurrentProgramRunnable mPlayCurrentProgramRunnable;
296 mPlayCurrentProgramRunnable = new PlayCurrentProgramRunnable(channelUri); in onTune()
396 private class PlayCurrentProgramRunnable implements Runnable { class in RichTvInputService.RichTvInputSessionImpl
400 public PlayCurrentProgramRunnable(Uri channelUri) { in PlayCurrentProgramRunnable() method in RichTvInputService.RichTvInputSessionImpl.PlayCurrentProgramRunnable