Searched refs:programListChunk (Results 1 – 2 of 2) sorted by relevance
292 ProgramListChunk programListChunk = new ProgramListChunk(); in updateHalProgramInfo() local293 programListChunk.purge = purge; in updateHalProgramInfo()294 programListChunk.complete = true; in updateHalProgramInfo()297 programListChunk.modified.add(TestUtils.programInfoToHal(mod)); in updateHalProgramInfo()302 programListChunk.removed.add(Convert.programIdentifierToHal(id)); in updateHalProgramInfo()305 mHalTunerCallback.onProgramListUpdated(programListChunk); in updateHalProgramInfo()
100 public void onProgramListUpdated(ProgramListChunk programListChunk) {103 Convert.programListChunkFromHal(programListChunk);