Searched defs:channelName (Results 1 – 9 of 9) sorted by relevance
335 private void setupImportantNotificationChannel(String channelId, String channelName) { in setupImportantNotificationChannel()344 private void setupSilentNotificationChannel(String channelId, String channelName) { in setupSilentNotificationChannel()
188 String channelName[] = {"R", "G_even", "G_odd", "B"}; in toString() local
286 String channelName, in buildProgramDescription()
309 String channelName = result.getTitle(); in fillProgramInfo() local334 String channelName, in buildProgramDescription()
129 String channelName = mContext.getString(R.string.trusted_device_notification_channel_name); in TrustedDeviceManager() local
612 CharSequence channelName = context.getText(channelTitleId); in addToNotificationBar() local
265 TextView channelName = (TextView) convertView.findViewById(R.id.channel_name); in getView() local
408 String channelName = getChannelNameText(row); in onBindRowViewHolder() local
580 private void applyBatch(String channelName, ArrayList<ContentProviderOperation> operations) { in applyBatch()