Searched refs:createEpgChannel (Results 1 – 7 of 7) sorted by relevance
30 public static EpgInput createEpgChannel(long id, String inputId, String lineupId) { in createEpgChannel() method in EpgInput34 public static EpgInput createEpgChannel(ContentValues contentValues) { in createEpgChannel() method in EpgInput38 return createEpgChannel(id, inputId, lineupId); in createEpgChannel()
59 result.add(EpgInput.createEpgChannel(contentValues)); in queryEpgInputs()
42 public static EpgChannel createEpgChannel( in createEpgChannel() method in EpgReader.EpgChannel
453 EpgInputs.update(contentResolver, EpgInput.createEpgChannel(values)); in doInBackground()461 EpgInputs.update(contentResolver, EpgInput.createEpgChannel(values)); in doInBackground()
109 EpgChannel.createEpgChannel( in getChannels()
241 EpgInputs.update(contentResolver, EpgInput.createEpgChannel(values)); in onLineupSelected()