Searched refs:onQuery (Results 1 – 5 of 5) sorted by relevance
156 Result result = onQuery(c); in doInBackground()183 protected abstract Result onQuery(Cursor c); in onQuery() method in AsyncDbTask.AsyncQueryTask226 protected final List<T> onQuery(Cursor c) { in onQuery() method in AsyncDbTask.AsyncQueryListTask278 protected final T onQuery(Cursor c) { in onQuery() method in AsyncDbTask.AsyncQueryItemTask
771 protected ArrayList<Program> onQuery(Cursor c) { in onQuery() method in ProgramDataManager.SingleChannelPrefetchTask816 public List<Program> onQuery(Cursor c) { in onQuery() method in ProgramDataManager.ProgramsUpdateTask885 public Program onQuery(Cursor c) { in onQuery() method in ProgramDataManager.UpdateCurrentProgramForChannelTask
705 public static RecordedProgram onQuery(Cursor c) { in onQuery() method in TunerSessionWorkerExoV2.RecordedProgram730 RecordedProgram result = RecordedProgram.onQuery(c); in getRecordedProgram()
710 public static RecordedProgram onQuery(Cursor c) { in onQuery() method in TunerSessionWorker.RecordedProgram735 RecordedProgram result = RecordedProgram.onQuery(c); in getRecordedProgram()
1608 protected Program onQuery(Cursor c) { in onQuery() method in MainActivity.AsyncQueryProgramTask