/packages/apps/TV/src/com/android/tv/guide/ |
D | ProgramManager.java | 76 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/ |
D | RecordingTestUtils.java | 28 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/ |
D | ProgramDataManager.java | 210 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
|
D | ChannelDataManager.java | 234 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
|
D | WatchedHistoryManager.java | 215 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
|
D | OnCurrentProgramUpdatedListener.java | 23 void onCurrentProgramUpdated(long channelId, Program program); in onCurrentProgramUpdated()
|
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RecommendationUtils.java | 103 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()
|
D | FavoriteChannelEvaluatorTest.java | 42 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog() local 135 long channelId = addChannel().getId(); in testScoreIncreasesWithNewWatchLog() local
|
D | EvaluatorTestCase.java | 72 public void addWatchLog(long channelId, long watchStartTimeMs, long durationTimeMs) { in addWatchLog() 126 public ChannelRecord getChannelRecord(long channelId) { in getChannelRecord()
|
D | RecommenderTest.java | 316 public double evaluateChannel(long channelId) { in evaluateChannel() 324 public void setChannelScore(long channelId, double score) { in setChannelScore()
|
D | RecentChannelEvaluatorTest.java | 44 long channelId = addChannel().getId(); in testOneChannelWithNoWatchLog() local
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | Recommender.java | 159 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()
|
D | RandomEvaluator.java | 21 public double evaluateChannel(long channelId) { in evaluateChannel()
|
D | FavoriteChannelEvaluator.java | 38 public double evaluateChannel(long channelId) { in evaluateChannel()
|
D | RecentChannelEvaluator.java | 39 public double evaluateChannel(long channelId) { in evaluateChannel()
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/ |
D | ChannelDataManager.java | 177 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
|
D | TunerRecordingSessionWorker.java | 243 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/ |
D | EpgReader.java | 52 List<Program> getPrograms(long channelId); in getPrograms()
|
D | StubEpgReader.java | 50 public List<Program> getPrograms(long channelId) { in getPrograms()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | DataManagerSearch.java | 184 long channelId = channel.getId(); in addResult() local 233 private String buildIntentData(long channelId) { in buildIntentData()
|
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | EpgDataCleanupServiceTests.java | 136 long channelId = insertChannel(); in insertPrograms() local 174 long channelId = insertChannel(); in insertWatchedPrograms() local
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelDataManagerTest.java | 416 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/ |
D | ChannelTuner.java | 261 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/ |
D | ProgramUtils.java | 48 long channelId = ContentUris.parseId(channelUri); in populatePrograms() local
|
D | ProgramInfo.java | 149 public int getIndex(long timeMs, long channelId) { in getIndex() 167 public long getStartTimeMs(int index, long channelId) { in getStartTimeMs()
|