Searched refs:onQuery (Results 1 – 4 of 4) sorted by relevance
134 Result result = onQuery(c); in doInBackground()161 protected abstract Result onQuery(Cursor c); in onQuery() method in AsyncDbTask.AsyncQueryTask191 protected final List<T> onQuery(Cursor c) { in onQuery() method in AsyncDbTask.AsyncQueryListTask237 protected final T onQuery(Cursor c) { in onQuery() method in AsyncDbTask.AsyncQueryItemTask
473 public static Program onQuery(Cursor c) { in onQuery() method in TunerRecordingSessionWorker.Program514 Program result = Program.onQuery(c); in getRecordedProgram()
552 public static RecordedProgram onQuery(Cursor c) { in onQuery() method in TunerSessionWorker.RecordedProgram569 RecordedProgram result = RecordedProgram.onQuery(c); in getRecordedProgram()
555 public List<Program> onQuery(Cursor c) { in onQuery() method in ProgramDataManager.ProgramsUpdateTask613 public Program onQuery(Cursor c) { in onQuery() method in ProgramDataManager.UpdateCurrentProgramForChannelTask