Home
last modified time | relevance | path

Searched defs:channelId (Results 1 – 25 of 43) sorted by relevance

12

/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java76 public final long channelId; field in ProgramManager.TableEntry
91 private TableEntry(long channelId, long startUtcMillis, long endUtcMillis) { in TableEntry()
95 private TableEntry(long channelId, long startUtcMillis, long endUtcMillis, in TableEntry()
100 private TableEntry(long channelId, Program program, long entryStartUtcMillis, in TableEntry()
105 private TableEntry(long channelId, Program program, ScheduledRecording scheduledRecording, in TableEntry()
404 long channelId = channel.getId(); in updateTableEntries() local
426 long channelId = channel.getId(); in updateTableEntries() local
495 private TableEntry getTableEntry(long channelId, long entryId) { in getTableEntry()
578 public int getChannelIndex(long channelId) { in getChannelIndex()
586 public int getTableEntryCount(long channelId) { in getTableEntryCount()
[all …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
DRecordingTestUtils.java28 public static ScheduledRecording createTestRecordingWithIdAndPeriod(long id, long channelId, in createTestRecordingWithIdAndPeriod()
36 public static ScheduledRecording createTestRecordingWithPeriod(long channelId, long startTime, in createTestRecordingWithPeriod()
43 DvrDataManagerInMemoryImpl dvrDataManager, long channelId, long startTime, in addScheduledRecording()
/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java210 public Program getCurrentProgram(long channelId) { in getCurrentProgram()
281 public List<Program> getPrograms(long channelId, long startTime) { in getPrograms()
324 long channelId, OnCurrentProgramUpdatedListener listener) { in addOnCurrentProgramUpdatedListener()
334 long channelId, OnCurrentProgramUpdatedListener listener) { in removeOnCurrentProgramUpdatedListener()
339 private void notifyCurrentProgramUpdate(long channelId, Program program) { in notifyCurrentProgramUpdate()
351 private void updateCurrentProgram(long channelId, Program program) { in updateCurrentProgram()
373 long channelId, Program currentProgram) { in removePreviousProgramsAndUpdateCurrentProgramInCache()
588 long channelId = program.getChannelId(); in onPostExecute() local
604 private UpdateCurrentProgramForChannelTask(ContentResolver contentResolver, long channelId, in UpdateCurrentProgramForChannelTask()
655 long channelId = (Long) msg.obj; in handleMessage() local
DChannelDataManager.java234 public void addChannelListener(Long channelId, ChannelListener listener) { in addChannelListener()
246 public void removeChannelListener(Long channelId, ChannelListener listener) { in removeChannelListener()
316 public Channel getChannel(Long channelId) { in getChannel()
327 public void updateBrowsable(Long channelId, boolean browsable) { in updateBrowsable()
339 public void updateBrowsable(Long channelId, boolean browsable, in updateBrowsable()
401 public void updateLocked(Long channelId, boolean locked) { in updateLocked()
616 long channelId = channel.getId(); in onPostExecute() local
DWatchedHistoryManager.java215 long channelId = record.channelId; in buildRecentChannel() local
270 public final long channelId; field in WatchedHistoryManager.WatchedRecord
274 WatchedRecord(long channelId, long watchedStartTime, long duration) { in WatchedRecord()
311 long channelId = scanner.nextLong(); in decode() local
DOnCurrentProgramUpdatedListener.java23 void onCurrentProgramUpdated(long channelId, Program program); in onCurrentProgramUpdated()
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRecommendationUtils.java103 long channelId = size(); in addChannel() local
123 long channelId = channelIdList.get(mRandom.nextInt(channelIdList.size())); in addRandomWatchLogs() local
145 public boolean addWatchLog(long channelId, long watchStartTimeMs, long durationTimeMs) { in addWatchLog()
DFavoriteChannelEvaluatorTest.java42 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog() local
135 long channelId = addChannel().getId(); in testScoreIncreasesWithNewWatchLog() local
DEvaluatorTestCase.java72 public void addWatchLog(long channelId, long watchStartTimeMs, long durationTimeMs) { in addWatchLog()
126 public ChannelRecord getChannelRecord(long channelId) { in getChannelRecord()
DRecommenderTest.java316 public double evaluateChannel(long channelId) { in evaluateChannel()
324 public void setChannelScore(long channelId, double score) { in setChannelScore()
DRecentChannelEvaluatorTest.java44 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog() local
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommender.java159 public Channel getChannel(long channelId) { in getChannel()
170 public ChannelRecord getChannelRecord(long channelId) { in getChannelRecord()
181 public String getChannelSortKey(long channelId) { in getChannelSortKey()
259 protected abstract double evaluateChannel(final long channelId); in evaluateChannel()
299 private double getScaledEvaluatorScore(long channelId) { in getScaledEvaluatorScore()
DRandomEvaluator.java21 public double evaluateChannel(long channelId) { in evaluateChannel()
DFavoriteChannelEvaluator.java38 public double evaluateChannel(long channelId) { in evaluateChannel()
DRecentChannelEvaluator.java39 public double evaluateChannel(long channelId) { in evaluateChannel()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DChannelDataManager.java177 public TunerChannel getChannel(long channelId) { in getChannel()
226 long channelId = cursor.getLong(0); in notifyScanStarted() local
317 long channelId = getChannelId(channel); in handleEvents() local
417 long channelId = getChannelId(channel); in handleChannel() local
466 Long channelId = mTunerChannelIdMap.get(channel); in getChannelId() local
524 long channelId = cursor.getLong(0); in buildChannelMap() local
DTunerRecordingSessionWorker.java243 long channelId; in getChannel() local
425 public Program(long channelId) { in Program()
494 private Uri insertRecordedProgram(Program program, long channelId, String storageUri, in insertRecordedProgram()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java52 List<Program> getPrograms(long channelId); in getPrograms()
DStubEpgReader.java50 public List<Program> getPrograms(long channelId) { in getPrograms()
/packages/apps/TV/src/com/android/tv/search/
DDataManagerSearch.java184 long channelId = channel.getId(); in addResult() local
233 private String buildIntentData(long channelId) { in buildIntentData()
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DEpgDataCleanupServiceTests.java136 long channelId = insertChannel(); in insertPrograms() local
174 long channelId = insertChannel(); in insertWatchedPrograms() local
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java416 long channelId = ContentUris.parseId(uri); in update() local
472 long channelId = testChannelInfo.originalNetworkId; in simulateInsert() local
481 public void simulateDelete(long channelId) { in simulateDelete()
489 public void simulateUpdate(long channelId, String newName) { in simulateUpdate()
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java261 public Channel findNearestBrowsableChannel(long channelId) { in findNearestBrowsableChannel()
374 long channelId = channel.getId(); in updateChannelData() local
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DProgramUtils.java48 long channelId = ContentUris.parseId(channelUri); in populatePrograms() local
DProgramInfo.java149 public int getIndex(long timeMs, long channelId) { in getIndex()
167 public long getStartTimeMs(int index, long channelId) { in getStartTimeMs()

12