Searched refs:onQuery (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
H A DAsyncDbTask.java87 * <p> {@link #doInBackground(Void...)} executes the query on call {@link #onQuery(Cursor)}
90 * @param <Result> the type of result returned by {@link #onQuery(Cursor)}
134 Result result = onQuery(c);
161 protected abstract Result onQuery(Cursor c); method in class:AsyncDbTask.AsyncQueryTask
174 * @param <T> the type of result returned in a list by {@link #onQuery(Cursor)}
191 protected final List<T> onQuery(Cursor c) { method in class:AsyncDbTask.AsyncQueryListTask
214 * #onQuery(Cursor)}.
216 * <p><b>Note</b> This is executed on the DB thread by {@link #onQuery(Cursor)}
237 protected final T onQuery(Cursor c) { method in class:AsyncDbTask.AsyncQueryItemTask
261 * #onQuery(Curso
[all...]
/packages/apps/TV/src/com/android/tv/data/
H A DProgramDataManager.java555 public List<Program> onQuery(Cursor c) { method in class:ProgramDataManager.ProgramsUpdateTask
613 public Program onQuery(Cursor c) { method in class:ProgramDataManager.UpdateCurrentProgramForChannelTask
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSessionWorker.java473 public static Program onQuery(Cursor c) { method in class:TunerRecordingSessionWorker.Program
514 Program result = Program.onQuery(c);
H A DTunerSessionWorker.java552 public static RecordedProgram onQuery(Cursor c) { method in class:TunerSessionWorker.RecordedProgram
569 RecordedProgram result = RecordedProgram.onQuery(c);

Completed in 320 milliseconds