Home
last modified time | relevance | path

Searched defs:getChannel (Results 1 – 17 of 17) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowItem.java73 public Channel getChannel() { in getChannel() method in ChannelsRowItem
/packages/services/Car/car-lib/src/android/car/vms/
DVmsLayer.java119 public int getChannel() { in getChannel() method in VmsLayer
/packages/apps/TV/src/com/android/tv/recommendation/
DChannelRecord.java51 public Channel getChannel() { in getChannel() method in ChannelRecord
DRecommender.java160 public Channel getChannel(long channelId) { in getChannel() method in Recommender
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DChannelCheckItem.java66 protected Channel getChannel() { in getChannel() method in ChannelCheckItem
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgReader.java47 public abstract Channel getChannel(); in getChannel() method in EpgReader.EpgChannel
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java117 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel() method in BluetoothOppPreference
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java199 public NotificationChannel getChannel(String pkg, int uid, String channelId) { in getChannel() method in NotificationBackend
212 public NotificationChannel getChannel(String pkg, int uid, String channelId, in getChannel() method in NotificationBackend
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java329 public NotificationChannel getChannel() { in getChannel() method in NotificationEntry
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DTunerTsStreamer.java301 public TunerChannel getChannel() { in getChannel() method in TunerTsStreamer
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java217 public NotificationChannel getChannel(String pkg, int uid, String channelId) { in getChannel() method in NotificationBackend
221 public NotificationChannel getChannel(String pkg, int uid, String channelId, in getChannel() method in NotificationBackend
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java393 private TunerChannel getChannel(Uri channelUri) { in getChannel() method in TunerRecordingSessionWorker
DTunerRecordingSessionWorkerExoV2.java393 private TunerChannel getChannel(Uri channelUri) { in getChannel() method in TunerRecordingSessionWorkerExoV2
/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java326 public Channel getChannel(Long channelId) { in getChannel() method in ChannelDataManager
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java387 Channel getChannel(int channelIndex) { in getChannel() method in ProgramManager
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java205 public TunerChannel getChannel(long channelId) { in getChannel() method in ChannelDataManager
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java799 private NotificationChannel getChannel(String key, int index) { in getChannel() method in PreprocessingManagerTest