Searched refs:programListChunk (Results 1 – 3 of 3) sorted by relevance
298 ProgramListChunk programListChunk = new ProgramListChunk(); in updateHalProgramInfo() local299 programListChunk.purge = purge; in updateHalProgramInfo()300 programListChunk.complete = true; in updateHalProgramInfo()303 programListChunk.modified.add(TestUtils.programInfoToHal(mod)); in updateHalProgramInfo()308 programListChunk.removed.add(Convert.programIdentifierToHal(id)); in updateHalProgramInfo()311 mHalTunerCallback.onProgramListUpdated(programListChunk); in updateHalProgramInfo()
142 public void onProgramListUpdated(ProgramListChunk programListChunk) {146 ConversionUtils.chunkFromHalProgramListChunk(programListChunk);
112 public void onProgramListUpdated(ProgramListChunk programListChunk) {115 Convert.programListChunkFromHal(programListChunk);