Home | History | Annotate | Download | only in data

Lines Matching refs:stub

102         ProgramInfo stub = ProgramInfo.create();
104 int index = stub.getIndex(mClock.currentTimeMillis(), channelId);
105 long startTimeMs = stub.getStartTimeMs(index, channelId);
106 ProgramInfo programAt = stub.build(getContext(), index);
140 ProgramInfo stub = ProgramInfo.create();
141 int index = stub.getIndex(mClock.currentTimeMillis(), channelId);
143 ProgramInfo programInfoAt = stub.build(getContext(), index);
144 long startTimeMs = stub.getStartTimeMs(index, channelId);
172 ProgramInfo stub = ProgramInfo.create();
173 int index = stub.getIndex(mClock.currentTimeMillis(), testChannelId);
176 long nextProgramStartTimeMs = stub.getStartTimeMs(index + 1, testChannelId);
177 ProgramInfo nextProgramInfo = stub.build(getContext(), index + 1);
289 ProgramInfo stub = ProgramInfo.create();
290 int index = stub.getIndex(startTimeMs, i);
291 long programStartTimeMs = stub.getStartTimeMs(index, i);
293 ProgramInfo programAt = stub.build(getContext(), index);
340 ProgramInfo stub = ProgramInfo.create();
343 ProgramInfo nextProgramInfo = stub.build(getContext(), last.index + 1);