Home | History | Annotate | Download | only in util

Lines Matching defs:fromCursor

172      * <p>Subclasses must implement {@link #fromCursor(Cursor)}.
201 T t = fromCursor(c);
221 protected abstract T fromCursor(Cursor c);
227 * <p>Subclasses must implement {@link #fromCursor(Cursor)}.
243 T result = fromCursor(c);
268 protected abstract T fromCursor(Cursor c);
282 protected final Channel fromCursor(Cursor c) {
283 return Channel.fromCursor(c);
302 protected final Program fromCursor(Cursor c) {
303 return Program.fromCursor(c);
317 protected final RecordedProgram fromCursor(Cursor c) {
318 return RecordedProgram.fromCursor(c);
371 protected Program fromCursor(Cursor c) {
372 return Program.fromCursor(c);