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
557 public List<Program> onQuery(Cursor c) { in onQuery() method in ProgramDataManager.ProgramsUpdateTask615 public Program onQuery(Cursor c) { in onQuery() method in ProgramDataManager.UpdateCurrentProgramForChannelTask
531 public static Program onQuery(Cursor c) { in onQuery() method in TunerRecordingSessionWorker.Program572 Program result = Program.onQuery(c); in getRecordedProgram()
614 public static RecordedProgram onQuery(Cursor c) { in onQuery() method in TunerSessionWorker.RecordedProgram631 RecordedProgram result = RecordedProgram.onQuery(c); in getRecordedProgram()