Searched refs:channelName (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | NotificationBackendTest.java | 111 String channelName = "SpecificChannel:1234:abc:defg"; in testMarkAppRow_channelNameWithColons() local 114 nonBlockablePkgs[0] = packageName + ":" + channelName; in testMarkAppRow_channelNameWithColons() 117 assertEquals(channelName, appRow.lockedChannelId); in testMarkAppRow_channelNameWithColons()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | TvProviderSearch.java | 274 String channelName = result.title; in fillProgramInfo() local 278 result.description = buildProgramDescription(result.channelNumber, channelName, in fillProgramInfo() 292 private String buildProgramDescription(String channelNumber, String channelName, in buildProgramDescription() argument 295 + System.lineSeparator() + channelNumber + " " + channelName; in buildProgramDescription()
|
D | DataManagerSearch.java | 253 private String buildProgramDescription(String channelNumber, String channelName, in buildProgramDescription() argument 256 + System.lineSeparator() + channelNumber + " " + 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 | 601 CharSequence channelName = context.getText(channelTitleId); in addToNotificationBar() local 632 .setTicker(channelName) in addToNotificationBar() 655 builder.setContentTitle(channelName).setContentText(messageBody); in addToNotificationBar()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | ScheduleRowPresenter.java | 374 String channelName = getChannelNameText(row); in onBindRowViewHolder() local 377 && !TextUtils.isEmpty(channelName)) ? View.VISIBLE : View.GONE); in onBindRowViewHolder() 378 viewHolder.mChannelNameView.setText(channelName); in onBindRowViewHolder()
|
/packages/apps/TV/src/com/android/tv/tuner/setup/ |
D | ScanFragment.java | 234 TextView channelName = (TextView) convertView.findViewById(R.id.channel_name); in getView() local 235 channelName.setText(mChannels.get(position).getName()); in getView()
|
/packages/apps/TV/src/com/android/tv/tuner/tvinput/ |
D | ChannelDataManager.java | 550 private void applyBatch(String channelName, ArrayList<ContentProviderOperation> operations) { in applyBatch() argument 554 Log.e(TAG, "Error updating EPG " + channelName, e); in applyBatch()
|