Home
last modified time | relevance | path

Searched defs:fromCursor (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DAsyncDbTask.java256 protected abstract T fromCursor(Cursor c); in fromCursor() method in AsyncDbTask.AsyncQueryListTask
308 protected abstract T fromCursor(Cursor c); in fromCursor() method in AsyncDbTask.AsyncQueryItemTask
326 protected final Channel fromCursor(Cursor c) { in fromCursor() method in AsyncDbTask.AsyncChannelQueryTask
366 protected final Program fromCursor(Cursor c) { in fromCursor() method in AsyncDbTask.AsyncProgramQueryTask
379 protected final RecordedProgram fromCursor(Cursor c) { in fromCursor() method in AsyncDbTask.AsyncRecordedProgramQueryTask
442 protected Program fromCursor(Cursor c) { in fromCursor() method in AsyncDbTask.AsyncQueryProgramTask
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoDataFactory.java35 public VideoItemData fromCursor(Cursor c) { in fromCursor() method in VideoDataFactory
H A DPhotoDataFactory.java32 public FilmstripItemData fromCursor(Cursor c) { in fromCursor() method in PhotoDataFactory
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DPostalAddress.java57 public static PostalAddress fromCursor(Cursor cursor) { in fromCursor() method in PostalAddress
H A DPhoneCallLog.java92 public static PhoneCallLog fromCursor(Context context, Cursor cursor) { in fromCursor() method in PhoneCallLog
H A DContact.java222 public static Contact fromCursor(Context context, Cursor cursor) { in fromCursor() method in Contact
235 public static Contact fromCursor(Context context, Cursor cursor, @Nullable Contact contact) { in fromCursor() method in Contact
H A DPhoneNumber.java54 static PhoneNumber fromCursor(Context context, Cursor cursor) { in fromCursor() method in PhoneNumber
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDataStatus.java76 private void fromCursor(Cursor cursor) { in fromCursor() method in DataStatus
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DCp2Contact.java95 public static Cp2Contact fromCursor(Cursor cursor) { in fromCursor() method in Cp2Contact
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/search/
H A DLocalSearchProviderTest.java234 private List<SearchResult> fromCursor(Cursor cursor) { in fromCursor() method in LocalSearchProviderTest
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
H A DSpeedDialUiItem.java109 public static SpeedDialUiItem fromCursor( in fromCursor() method in SpeedDialUiItem
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
H A DProgramInfo.java106 public static ProgramInfo fromCursor(Cursor c) { in fromCursor() method in ProgramInfo
H A DChannelInfo.java95 public static ChannelInfo fromCursor(Cursor c) { in fromCursor() method in ChannelInfo
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentInfo.java168 public static DocumentInfo fromCursor(Cursor cursor, UserId userId, String authority) { in fromCursor() method in DocumentInfo
/aosp12/packages/apps/TV/src/com/android/tv/dvr/data/
H A DRecordedProgram.java88 public static RecordedProgram fromCursor(Cursor cursor) { in fromCursor() method in RecordedProgram
H A DSeriesRecording.java150 public static SeriesRecording fromCursor(Cursor c) { in fromCursor() method in SeriesRecording
H A DScheduledRecording.java453 public static ScheduledRecording fromCursor(Cursor c) { in fromCursor() method in ScheduledRecording
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DTunerChannel.java614 public static TunerChannel fromCursor(Cursor cursor) { in fromCursor() method in TunerChannel
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java1813 String fromCursor = c.getString(columnIndex); in getCardIdfromIccid() local
2236 String fromCursor = c.getString(columnIndex); in getStringValueFromCursor() local
2253 String fromCursor = c.getString(columnIndex); in getNetworkTypeBitmaskFromCursor() local
2263 String fromCursor = c.getString(columnIndex); in getNetworkTypeBitmaskFromCursor() local
2275 String fromCursor = c.getString(columnIndex); in getIntValueFromCursor() local
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DChannelImpl.java82 public static ChannelImpl fromCursor(Cursor cursor) { in fromCursor() method in ChannelImpl
H A DProgramImpl.java126 public static Program fromCursor(Cursor cursor) { in fromCursor() method in ProgramImpl