| /packages/apps/TV/src/com/android/tv/util/ |
| D | AsyncDbTask.java | 209 protected abstract T fromCursor(Cursor c); in fromCursor() method in AsyncDbTask.AsyncQueryListTask 256 protected abstract T fromCursor(Cursor c); in fromCursor() method in AsyncDbTask.AsyncQueryItemTask 270 protected final Channel fromCursor(Cursor c) { in fromCursor() method in AsyncDbTask.AsyncChannelQueryTask 305 protected final Program fromCursor(Cursor c) { in fromCursor() method in AsyncDbTask.LoadProgramsForChannelTask
|
| /packages/apps/Camera2/src/com/android/camera/data/ |
| D | VideoDataFactory.java | 35 public VideoItemData fromCursor(Cursor c) { in fromCursor() method in VideoDataFactory
|
| D | PhotoDataFactory.java | 32 public FilmstripItemData fromCursor(Cursor c) { in fromCursor() method in PhotoDataFactory
|
| /packages/apps/TV/src/com/android/tv/dvr/ |
| D | DvrDataManagerImpl.java | 356 protected RecordedProgram fromCursor(Cursor c) { in fromCursor() method in DvrDataManagerImpl.AsyncRecordedProgramsQueryTask 388 protected RecordedProgram fromCursor(Cursor c) { in fromCursor() method in DvrDataManagerImpl.AsyncRecordedProgramQueryTask
|
| D | ScheduledRecording.java | 207 public static ScheduledRecording fromCursor(Cursor c) { in fromCursor() method in ScheduledRecording
|
| /packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
| D | DataStatus.java | 74 private void fromCursor(Cursor cursor) { in fromCursor() method in DataStatus
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
| D | DataStatus.java | 76 private void fromCursor(Cursor cursor) { in fromCursor() method in DataStatus
|
| /packages/apps/TV/tests/common/src/com/android/tv/testing/ |
| D | ProgramInfo.java | 103 public static ProgramInfo fromCursor(Cursor c) { in fromCursor() method in ProgramInfo
|
| D | ChannelInfo.java | 94 public static ChannelInfo fromCursor(Cursor c) { in fromCursor() method in ChannelInfo
|
| /packages/apps/TV/src/com/android/tv/data/ |
| D | Program.java | 89 public static Program fromCursor(Cursor cursor) { in fromCursor() method in Program
|
| D | Channel.java | 117 public static Channel fromCursor(Cursor cursor) { in fromCursor() method in Channel
|
| D | ProgramDataManager.java | 638 protected Program fromCursor(Cursor c) { in fromCursor() method in ProgramDataManager.QueryProgramTask
|
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| D | TelephonyProvider.java | 1032 String fromCursor = c.getString(c.getColumnIndex(key)); in getStringValueFromCursor() local 1039 String fromCursor = c.getString(c.getColumnIndex(key)); in getIntValueFromCursor() local
|
| /packages/apps/TV/common/src/com/android/tv/common/recording/ |
| D | RecordedProgram.java | 77 public static final RecordedProgram fromCursor(Cursor cursor) { in fromCursor() method in RecordedProgram
|