/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/ |
D | ChannelDataManager.java | 109 void onRequestProgramsResponse(TunerChannel channel, List<EitItem> programs); in onRequestProgramsResponse() 115 void onProgramsArrived(TunerChannel channel, List<EitItem> programs); in onProgramsArrived() 120 void onChannelArrived(TunerChannel channel); in onChannelArrived() 178 TunerChannel channel = mTunerChannelMap.get(channelId); in getChannel() local 201 public void requestProgramsData(TunerChannel channel) { in requestProgramsData() 206 public void notifyEventDetected(TunerChannel channel, List<EitItem> items) { in notifyEventDetected() 210 public void notifyChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime) { in notifyChannelDetected() 228 TunerChannel channel = TunerChannel.parseFrom(data); in notifyScanStarted() local 284 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local 297 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local [all …]
|
D | EventDetector.java | 173 void onChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime); in onChannelDetected() 181 void onEventDetected(TunerChannel channel, List<EitItem> items); in onEventDetected()
|
D | TunerSessionWorker.java | 350 public void onProgramsArrived(TunerChannel channel, List<EitItem> programs) { in onProgramsArrived() 355 public void onChannelArrived(TunerChannel channel) { in onChannelArrived() 365 public void onRequestProgramsResponse(TunerChannel channel, List<EitItem> programs) { in onRequestProgramsResponse() 387 public void onChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime) { in onChannelDetected() 392 public void onEventDetected(TunerChannel channel, List<EitItem> items) { in onEventDetected() 484 TunerChannel channel = (channelId == -1) ? null in handleMessage() local 664 TunerChannel channel = pair.first; in handleMessage() local 703 TunerChannel channel = (TunerChannel) msg.obj; in handleMessage() local 710 TunerChannel channel = (TunerChannel) ((Pair) msg.obj).first; in handleMessage() local 1097 private void updateChannelInfo(TunerChannel channel) { in updateChannelInfo() [all …]
|
/packages/apps/TV/src/com/android/tv/ |
D | ChannelTuner.java | 215 Channel channel = getAdjacentBrowsableChannel(up); in moveToAdjacentBrowsableChannel() local 234 Channel channel = mChannels.get(channelIndex); in getAdjacentBrowsableChannel() local 248 Channel channel = mChannels.get(nextChannelIndex); in getAdjacentBrowsableChannel() local 265 Channel channel = mChannelMap.get(channelId); in findNearestBrowsableChannel() local 294 public boolean moveToChannel(Channel channel) { in moveToChannel() 344 void onCurrentChannelUnavailable(Channel channel); in onCurrentChannelUnavailable() 351 private void setCurrentChannelAndNotify(Channel channel) { in setCurrentChannelAndNotify() 373 Channel channel = channels.get(i); in updateChannelData() local
|
D | MainActivityWrapper.java | 75 void notifyCurrentChannelChange(@NonNull MainActivity caller, @Nullable Channel channel) { in notifyCurrentChannelChange() 127 void onCurrentChannelChange(@Nullable Channel channel); in onCurrentChannelChange()
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ |
D | InputStreamSource.java | 38 boolean setScanChannel(ScanChannel channel); in setScanChannel() 46 boolean tuneToChannel(TunerChannel channel); in tuneToChannel()
|
D | UsbTunerTsScannerSource.java | 77 public boolean setScanChannel(ScanChannel channel) { in setScanChannel() 87 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel()
|
D | UsbTunerDataSource.java | 104 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel() 283 public boolean setScanChannel(ScanChannel channel) { in setScanChannel() 287 public static String generateCacheKey(TunerChannel channel, long timestampMs) { in generateCacheKey()
|
/packages/apps/TV/tests/unit/src/com/android/tv/ |
D | BaseMainActivityTestCase.java | 73 protected void tuneToChannel(final Channel channel) { in tuneToChannel() 111 protected void tuneToChannel(ChannelInfo channel) { in tuneToChannel() 121 protected void updateThenTune(ChannelStateData data, ChannelInfo channel) { in updateThenTune()
|
/packages/apps/TV/tests/unit/src/com/android/tv/dvr/ |
D | RecordingTaskTest.java | 81 Channel channel = createTestChannel(); in testHandle_init() local 109 Channel channel = createTestChannel(); in testHandle_init_cannotAcquireSession() local 128 Channel channel = createTestChannel(); in testOnConnected() local 144 private RecordingTask createRecordingTask(ScheduledRecording r, Channel channel) { in createRecordingTask()
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
D | LiveChannelsTestCase.java | 85 protected void pressKeysForChannel(ChannelInfo channel) { in pressKeysForChannel() 97 protected void updateThenTune(ChannelStateData data, ChannelInfo channel) { in updateThenTune()
|
/packages/apps/TV/src/com/android/tv/analytics/ |
D | StubTracker.java | 45 public void sendChannelViewStart(Channel channel, boolean tunedByRecommendation) { } in sendChannelViewStart() 48 public void sendChannelTuneTime(Channel channel, long durationMs) { } in sendChannelTuneTime() 51 public void sendChannelViewStop(Channel channel, long durationMs) { } in sendChannelViewStop() 99 public void sendChannelVideoUnavailable(Channel channel, int reason) { } in sendChannelVideoUnavailable()
|
D | Tracker.java | 71 void sendChannelViewStart(Channel channel, boolean tunedByRecommendation); in sendChannelViewStart() 79 void sendChannelTuneTime(Channel channel, long durationMs); in sendChannelTuneTime() 87 void sendChannelViewStop(Channel channel, long durationMs); in sendChannelViewStop() 183 void sendChannelVideoUnavailable(Channel channel, int reason); in sendChannelVideoUnavailable()
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/ |
D | ScanFragment.java | 214 public void add(TunerChannel channel) { in add() 260 private void addChannel(final TunerChannel channel) { in addChannel() 375 public void onEventDetected(TunerChannel channel, List<PsipData.EitItem> items) { in onEventDetected() 380 public void onChannelDetected(TunerChannel channel, boolean channelArrivedAtFirstTime) { in onChannelDetected() 413 public boolean setScanChannel(ScanChannel channel) { in setScanChannel() 418 public boolean tuneToChannel(TunerChannel channel) { in tuneToChannel()
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | ChannelDataManagerTest.java | 270 Channel channel = mChannelDataManager.getChannelList().get(0); in testLocked() local 439 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in update() local 490 ChannelInfoWrapper channel = mChannelInfoList.get((int) channelId); in simulateUpdate() local 568 ChannelInfoWrapper channel = mContentProvider.get(mPosition); in getString() local 588 ChannelInfoWrapper channel = mContentProvider.get(mPosition); in getInt() local 653 public void onChannelRemoved(Channel channel) { in onChannelRemoved() 659 public void onChannelUpdated(Channel channel) { in onChannelUpdated()
|
D | WatchedHistoryManagerTest.java | 81 Channel channel = new Channel.Builder().setId(fakeId).build(); in testLogChannelViewStop() local 102 Channel channel = new Channel.Builder().setId(startChannelId + i).build(); in testCircularHistoryQueue() local
|
D | ChannelTest.java | 264 public String getInputLabelForChannel(Channel channel) { in getInputLabelForChannel() 275 public String getInputLabelForChannel(Channel channel) { in getInputLabelForChannel()
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | ChannelRecord.java | 41 public ChannelRecord(Context context, Channel channel, boolean inputRemoved) { in ChannelRecord() 52 public void setChannel(Channel channel, boolean inputRemoved) { in setChannel()
|
D | NotificationService.java | 176 public void onCurrentChannelChange(@Nullable Channel channel) { in onCurrentChannelChange() 207 private void handleUpdateRecommendation(int notificationId, Channel channel) { in handleUpdateRecommendation() 359 final Channel channel = cr.getChannel(); in sendNotification() local 418 final Channel channel, final Program program, final Bitmap posterArtBitmap) { in createChannelLogoCallback()
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrManager.java | 92 public void addSchedule(Channel channel, long startTime, long endTime) { in addSchedule() 165 Channel channel = mChannelDataManager.getChannel(program.getChannelId()); in getScheduledRecordingsThatConflict() local 192 …public boolean canTuneTo(Channel channel, List<ScheduledRecording> outConflictScheduledRecordings)… in canTuneTo()
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/ |
D | TunerChannel.java | 72 private TunerChannel(VctItem channel, int programNumber, List<PmtItem> pmtItems, int type) { in TunerChannel() 135 public TunerChannel(VctItem channel, List<PmtItem> pmtItems) { in TunerChannel() 147 public static TunerChannel forFile(VctItem channel, List<PmtItem> pmtItems) { in forFile() 343 public int compareTo(@NonNull TunerChannel channel) { in compareTo()
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/ |
D | TsParser.java | 81 void onVctItemParsed(VctItem channel, List<PmtItem> pmtItems); in onVctItemParsed() 82 void onEitItemParsed(VctItem channel, List<EitItem> items); in onEitItemParsed() 283 private void handleVctItem(VctItem channel, List<PmtItem> pmtItems) { in handleVctItem() 303 private void handleEitItems(VctItem channel, List<EitItem> items) { in handleEitItems() 335 VctItem channel = mSourceIdToVctItemMap.get(sourceId); in handleEvents() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppPreference.java | 118 Integer channel = null; in getChannel() local 137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/ |
D | TestInputControlConnection.java | 63 public void updateChannelState(ChannelInfo channel, ChannelStateData data) { in updateChannelState()
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelDataManager.java | 487 private void addChannel(Channel channel) { in addChannel() 542 void onChannelRemoved(Channel channel); in onChannelRemoved() 547 void onChannelUpdated(Channel channel); in onChannelUpdated() 557 ChannelWrapper(Channel channel) { in ChannelWrapper() 714 private String getBrowsableKey(Channel channel) { in getBrowsableKey()
|