Searched defs:getChannel (Results 1 - 13 of 13) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
H A DChannelRecord.java48 public Channel getChannel() { method in class:ChannelRecord
H A DRecommender.java125 double score = evaluator.getScaledEvaluatorScore(cr.getChannel().getId());
131 records.add(new Pair<>(cr.getChannel(), maxScore));
159 public Channel getChannel(long channelId) { method in class:Recommender
161 return record == null ? null : record.getChannel();
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DChannelCheckItem.java64 protected Channel getChannel() { method in class:ChannelCheckItem
101 mChannelNumberView.setText(getChannel().getDisplayNumber());
/packages/services/Car/car-lib/src/android/car/hardware/radio/
H A DCarRadioPreset.java91 public int getChannel() { return mChannel; } method in class:CarRadioPreset
109 that.getChannel() == mChannel &&
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java115 public int getChannel(BluetoothDevice remoteDevice, int uuid) { method in class:BluetoothOppPreference
117 if (V) Log.v(TAG, "getChannel " + key);
121 if (V) Log.v(TAG, "getChannel for " + remoteDevice + "_" + Integer.toHexString(uuid) +
140 if (channel != getChannel(remoteDevice, uuid)) {
/packages/apps/Dialer/java/com/android/dialer/notification/
H A DNotificationChannelManager.java81 NotificationChannelManager.getInstance().getChannel(context, channelName, phoneAccount);
179 Settings.EXTRA_CHANNEL_ID, getChannel(context, channelName, accountHandle).getId());
204 getChannel(context, channel, phoneAccountHandle);
209 getChannel(context, channel, null);
234 private NotificationChannel getChannel( method in class:NotificationChannelManager
/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java127 public NotificationChannel getChannel(String pkg, int uid, String channelId) { method in class:NotificationBackend
/packages/apps/TV/src/com/android/tv/tuner/source/
H A DTunerTsStreamer.java247 public TunerChannel getChannel() { method in class:TunerTsStreamer
/packages/apps/TV/src/com/android/tv/util/
H A DPipInputManager.java362 public Channel getChannel() { method in class:PipInputManager.PipInput
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DChannelDataManager.java202 public TunerChannel getChannel(long channelId) { method in class:ChannelDataManager
H A DTunerRecordingSessionWorker.java289 private TunerChannel getChannel(Uri channelUri) { method in class:TunerRecordingSessionWorker
299 return (channelId == CHANNEL_ID_NONE) ? null : mChannelDataManager.getChannel(channelId);
331 mChannel = getChannel(channelUri);
/packages/apps/TV/src/com/android/tv/data/
H A DChannelDataManager.java302 * <p>Note that the channels of the removed inputs can not be obtained from {@link #getChannel}.
327 public Channel getChannel(Long channelId) { method in class:ChannelDataManager
448 editor.putBoolean(getBrowsableKey(getChannel(id)), true);
451 editor.putBoolean(getBrowsableKey(getChannel(id)), false);
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java606 public Channel getChannel(int channelIndex) { method in class:ProgramManager
626 return getChannelIndex(mChannelDataManager.getChannel(channelId));
649 && mChannelDataManager.getChannel(channelId).isLocked();

Completed in 1559 milliseconds