Searched refs:channelName (Results 1 – 7 of 7) sorted by relevance
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelLogoFetcher.java | 217 String channelName = channel.getDisplayName().trim(); in doInBackground() local 218 String logoUri = channelNameLogoUriMap.get(channelName); in doInBackground() 221 Log.d(TAG, "Can't find a logo URI for channel '" + channelName + "'"); in doInBackground() 225 String[] splitNames = channelName.split(NAME_SEPARATOR_FOR_DB); in doInBackground() 240 && splitNames[0].length() != channelName.length()) { in doInBackground() 311 private void addChannelNames(Map<String, String> channelNameLogoUriMap, String channelName, in addChannelNames() argument 313 if (!TextUtils.isEmpty(channelName)) { in addChannelNames() 314 channelNameLogoUriMap.put(channelName, logoUri); in addChannelNames() 318 String[] splitNames = channelName.split(NAME_SEPARATOR_FOR_TMS); in addChannelNames()
|
/packages/apps/TV/src/com/android/tv/search/ |
D | TvProviderSearch.java | 273 String channelName = result.title; in fillProgramInfo() local 277 result.description = buildProgramDescription(result.channelNumber, channelName, in fillProgramInfo() 291 private String buildProgramDescription(String channelNumber, String channelName, in buildProgramDescription() argument 294 + System.lineSeparator() + channelNumber + " " + channelName; in buildProgramDescription()
|
D | DataManagerSearch.java | 219 private String buildProgramDescription(String channelNumber, String channelName, in buildProgramDescription() argument 222 + System.lineSeparator() + channelNumber + " " + channelName; in buildProgramDescription()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 447 CharSequence channelName = getText(channelTitleId); in addToNotificationBar() local 465 .setTicker(channelName) in addToNotificationBar() 483 builder.setContentTitle(channelName).setContentText(messageBody); in addToNotificationBar()
|
/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/TV/usbtuner/src/com/android/usbtuner/setup/ |
D | ScanFragment.java | 209 TextView channelName = (TextView) convertView.findViewById(R.id.channel_name); in getView() local 210 channelName.setText(mChannels.get(position).getName()); in getView()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 91166 …0: channelName='WindowManager (server)', windowName='monitor', status=NORMAL, monitor=true, inputP… 91169 …1: channelName='d83432c KeyguardScrim (server)', windowName='Window{d83432c u0 KeyguardScrim}', st… 91172 …2: channelName='e0e1358 com.android.support.car.lenspicker/com.android.support.car.lenspicker.Lens… 91175 …3: channelName='a907bde com.android.systemui.ImageWallpaper (server)', windowName='Window{a907bde … 91178 …4: channelName='aaeb10b StatusBar (server)', windowName='Window{aaeb10b u0 StatusBar}', status=NOR… 91181 …5: channelName='55a3683 CarNavigationBar (server)', windowName='Window{55a3683 u0 CarNavigationBar… 91184 …6: channelName='dee66a8 com.google.android.car.launcher/com.google.android.car.launcher.CarLaunche… 91187 …7: channelName='ab54166 DockedStackDivider (server)', windowName='Window{ab54166 u0 DockedStackDiv… 91190 …8: channelName='841324c InputMethod (server)', windowName='Window{841324c u0 InputMethod}', status… 91193 …9: channelName='c39eece com.google.android.car.dialer/com.google.android.car.dialer.TelecomProxyAc…
|