Searched refs:channelName (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/ |
D | NotificationMsgDelegate.java | 270 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/ |
D | TvProviderSearch.java | 309 String channelName = result.getTitle(); in fillProgramInfo() local 317 channelNumber, channelName, startUtcMillis, endUtcMillis)); in fillProgramInfo() 334 String channelName, in buildProgramDescription() argument 341 + channelName; in buildProgramDescription()
|
D | DataManagerSearch.java | 286 String channelName, in buildProgramDescription() argument 293 + channelName; in buildProgramDescription()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CaptureDataSerializer.java | 188 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/ |
D | CellBroadcastAlertService.java | 598 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/ |
D | ScheduleRowPresenter.java | 408 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/ |
D | ScanFragment.java | 265 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/ |
D | TrustedDeviceManager.java | 129 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/ |
D | ChannelDataManager.java | 580 private void applyBatch(String channelName, ArrayList<ContentProviderOperation> operations) { in applyBatch() argument 584 Log.e(TAG, "Error updating EPG " + channelName, e); in applyBatch()
|