HomeSort by relevance Sort by last modified time
    Searched refs:mRecordedProgram (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
RecordedProgramDetailsFragment.java 41 private RecordedProgram mRecordedProgram;
57 DetailsContent.createFromRecordedProgram(getContext(), mRecordedProgram));
84 mRecordedProgram = mDvrDataManager.getRecordedProgram(recordedProgramId);
85 return mRecordedProgram != null;
93 if (mDvrWatchedPositionManager.getWatchedStatus(mRecordedProgram)
134 startPlayback(mRecordedProgram, TvInputManager.TIME_SHIFT_INVALID_TIME);
137 mRecordedProgram,
139 mRecordedProgram.getId()));
143 dvrManager.removeRecordedProgram(mRecordedProgram);
159 if (recordedProgram.getId() == mRecordedProgram.getId())
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DvrPlaybackMediaSessionHelper.java 217 private final RecordedProgram mRecordedProgram;
223 mRecordedProgram = program;
229 if (isCurrentProgram(mRecordedProgram)) {
230 updatePosterArt(mRecordedProgram, mCurrentMetadata, posterArt, null);

Completed in 206 milliseconds