Searched refs:checkRecordedProgramTable (Results 1 – 2 of 2) sorted by relevance
609 if (checkRecordedProgramTable(COLUMN_SERIES_ID)) { in insertRecordedProgram()612 if (checkRecordedProgramTable(COLUMN_STATE)) { in insertRecordedProgram()627 if (checkRecordedProgramTable(COLUMN_STATE)) { in updateRecordedProgramStateFinished()635 if (checkRecordedProgramTable(COLUMN_STATE)) { in updateRecordedProgramStatePartial()687 private boolean checkRecordedProgramTable(String column) { in checkRecordedProgramTable() method in TunerRecordingSessionWorkerExoV2
606 if (checkRecordedProgramTable(COLUMN_SERIES_ID)) { in insertRecordedProgram()609 if (checkRecordedProgramTable(COLUMN_STATE)) { in insertRecordedProgram()624 if (checkRecordedProgramTable(COLUMN_STATE)) { in updateRecordedProgramStateFinished()632 if (checkRecordedProgramTable(COLUMN_STATE)) { in updateRecordedProgramStatePartial()684 private boolean checkRecordedProgramTable(String column) { in checkRecordedProgramTable() method in TunerRecordingSessionWorker