Home
last modified time | relevance | path

Searched refs:fromCursor (Results 1 – 23 of 23) sorted by relevance

/frameworks/support/tv-provider/src/androidTest/java/androidx/tvprovider/media/tv/
DChannelTest.java61 compareChannel(emptyChannel, Channel.fromCursor(getChannelCursor(contentValues)), true); in testEmptyChannel()
78 compareChannel(sampleChannel, Channel.fromCursor(getChannelCursor(contentValues)), true); in testSampleChannel()
88 compareChannel(fullyPopulatedChannel, Channel.fromCursor(getChannelCursor(contentValues)), in testFullyPopulatedChannel()
163 return Channel.fromCursor(cursor); in loadChannelFromContentProvider()
DWatchNextProgramTest.java68 WatchNextProgram.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), in testEmptyPreviewProgram()
83 WatchNextProgram.fromCursor( in testSampleProgram()
95 WatchNextProgram.fromCursor( in testFullyPopulatedProgram()
175 return WatchNextProgram.fromCursor(cursor); in loadWatchNextProgramFromContentProvider()
241 WatchNextProgram.fromCursor(getProgramCursor(partialProjection, contentValues)), in testWatchNextProgramWithPartialData()
DProgramTest.java68 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true); in testEmptyProgram()
86 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true); in testSampleProgram()
98 Program.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), true); in testFullyPopulatedProgram()
185 return Program.fromCursor(cursor); in loadProgramFromContentProvider()
DPreviewProgramTest.java69 PreviewProgram.fromCursor(getProgramCursor(Program.PROJECTION, contentValues)), in testEmptyPreviewProgram()
87 PreviewProgram.fromCursor( in testSampleProgram()
99 PreviewProgram.fromCursor( in testFullyPopulatedPreviewProgram()
190 return PreviewProgram.fromCursor(cursor); in loadPreviewProgramFromContentProvider()
260 PreviewProgram.fromCursor(getProgramCursor(partialProjection, contentValues)), in testPreviewProgramWithPartialData()
DPreviewChannelTest.java116 PreviewChannel clonedChannelFromCursor = PreviewChannel.fromCursor( in testFullyPopulatedPreviewChannel()
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
DPreviewChannelHelper.java192 channels.add(PreviewChannel.fromCursor(cursor)); in getAllChannels()
211 channel = PreviewChannel.fromCursor(cursor); in getPreviewChannel()
386 program = PreviewProgram.fromCursor(cursor); in getPreviewProgram()
447 program = WatchNextProgram.fromCursor(cursor); in getWatchNextProgram()
DPreviewProgram.java171 public static PreviewProgram fromCursor(Cursor cursor) { in fromCursor() method in PreviewProgram
DWatchNextProgram.java194 public static WatchNextProgram fromCursor(Cursor cursor) { in fromCursor() method in WatchNextProgram
DProgram.java174 public static Program fromCursor(Cursor cursor) { in fromCursor() method in Program
DPreviewChannel.java93 public static PreviewChannel fromCursor(Cursor cursor) { in fromCursor() method in PreviewChannel
DChannel.java412 public static Channel fromCursor(Cursor cursor) { in fromCursor() method in Channel
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/solver/
DTypeAdapterStore.kt245 val fromCursor = reverse(intoStatement) ?: findTypeConverter(intoStatement.to, out) in <lambda>() constant
248 fromCursor) in <lambda>()
/frameworks/support/tv-provider/api/
Dcurrent.txt4 method public static androidx.tvprovider.media.tv.Channel fromCursor(android.database.Cursor);
81 …method public static androidx.tvprovider.media.tv.PreviewChannel fromCursor(android.database.Curso…
138 …method public static androidx.tvprovider.media.tv.PreviewProgram fromCursor(android.database.Curso…
155 method public static androidx.tvprovider.media.tv.Program fromCursor(android.database.Cursor);
587 …method public static androidx.tvprovider.media.tv.WatchNextProgram fromCursor(android.database.Cur…
/frameworks/support/tv-provider/api_legacy/
Dcurrent.txt4 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
81 … method public static android.support.media.tv.PreviewChannel fromCursor(android.database.Cursor);
138 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
155 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
587 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D27.0.0.txt4 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
78 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
96 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
529 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D26.0.0.txt4 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
78 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
96 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
511 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D26.1.0.txt4 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
78 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
96 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
511 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D28.0.0-alpha1.txt4 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
81 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
97 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
529 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D27.1.0.txt4 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
81 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
97 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
529 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
/frameworks/support/api/
D26.0.0-beta1.txt1297 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
1370 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
1385 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
1796 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D26.0.0-beta2.txt1306 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
1379 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
1394 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
1804 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D26.1.0.txt1220 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
1294 … method public static android.support.media.tv.PreviewProgram fromCursor(android.database.Cursor);
1312 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);
1727 …method public static android.support.media.tv.WatchNextProgram fromCursor(android.database.Cursor);
D26.0.0-alpha1.txt1098 method public static android.support.media.tv.Channel fromCursor(android.database.Cursor);
1162 method public static android.support.media.tv.Program fromCursor(android.database.Cursor);