Searched refs:onQuery (Results 1 – 4 of 4) sorted by relevance
132 Result result = onQuery(c); in doInBackground()159 protected abstract Result onQuery(Cursor c); in onQuery() method in AsyncDbTask.AsyncQueryTask182 protected final List<T> onQuery(Cursor c) { in onQuery() method in AsyncDbTask.AsyncQueryListTask225 protected final T onQuery(Cursor c) { in onQuery() method in AsyncDbTask.AsyncQueryItemTask
442 public static Program onQuery(Cursor c) { in onQuery() method in TunerRecordingSessionWorker.Program476 Program result = Program.onQuery(c); in getRecordedProgram()
427 public static RecordedProgram onQuery(Cursor c) { in onQuery() method in TunerSessionWorker.RecordedProgram444 RecordedProgram result = RecordedProgram.onQuery(c); in getRecordedProgram()
554 public List<Program> onQuery(Cursor c) { in onQuery() method in ProgramDataManager.ProgramsUpdateTask612 public Program onQuery(Cursor c) { in onQuery() method in ProgramDataManager.UpdateCurrentProgramForChannelTask