Home
last modified time | relevance | path

Searched refs:channelName (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegate.java270 private void setupImportantNotificationChannel(String channelId, String channelName) { in setupImportantNotificationChannel() argument
272 channelName, in setupImportantNotificationChannel()
274 msgChannel.setDescription(channelName); in setupImportantNotificationChannel()
279 private void setupSilentNotificationChannel(String channelId, String channelName) { in setupSilentNotificationChannel() argument
281 channelName, in setupSilentNotificationChannel()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java309 String channelName = result.getTitle(); in fillProgramInfo() local
317 channelNumber, channelName, startUtcMillis, endUtcMillis)); in fillProgramInfo()
334 String channelName, in buildProgramDescription() argument
341 + channelName; in buildProgramDescription()
DDataManagerSearch.java286 String channelName, in buildProgramDescription() argument
293 + channelName; in buildProgramDescription()
/packages/apps/Camera2/src/com/android/camera/util/
DCaptureDataSerializer.java188 String channelName[] = {"R", "G_even", "G_odd", "B"}; in toString() local
194 str.append(channelName[ch]); in toString()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java598 CharSequence channelName = context.getText(channelTitleId); in addToNotificationBar() local
642 .setTicker(channelName) in addToNotificationBar()
667 builder.setContentTitle(channelName) in addToNotificationBar()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java408 String channelName = getChannelNameText(row); in onBindRowViewHolder() local
411 (!TextUtils.isEmpty(programInfoText) && !TextUtils.isEmpty(channelName)) in onBindRowViewHolder()
414 viewHolder.mChannelNameView.setText(channelName); in onBindRowViewHolder()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DScanFragment.java265 TextView channelName = (TextView) convertView.findViewById(R.id.channel_name); in getView() local
266 channelName.setText(mChannels.get(position).getName()); in getView()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java129 String channelName = mContext.getString(R.string.trusted_device_notification_channel_name); in TrustedDeviceManager() local
130 NotificationChannel channel = new NotificationChannel(CHANNEL_ID, channelName, in TrustedDeviceManager()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java580 private void applyBatch(String channelName, ArrayList<ContentProviderOperation> operations) { in applyBatch() argument
584 Log.e(TAG, "Error updating EPG " + channelName, e); in applyBatch()