HomeSort by relevance Sort by last modified time
    Searched full:channel_name (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleService.java 38 static final String CHANNEL_NAME = "SimpleService";
65 if (nm.getNotificationChannel(CHANNEL_NAME) == null) {
66 nm.createNotificationChannel(new NotificationChannel(CHANNEL_NAME, CHANNEL_NAME,
69 Notification notification = new Notification.Builder(this, CHANNEL_NAME)
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 357 final String channel_name = new String(name_array); local
358 if (DEBUG) Log.d(TAG, "Handshake received for channel " + channel_name);
361 final Channel channel = getChannel(channel_name);
367 Loge("Duplicate connection to a connected Channel " + channel_name);
371 if (DEBUG) Log.d(TAG, "Emulator is connected to a registered Channel " + channel_name);
377 if (getPendingSocket(channel_name) != null) {
379 Loge("Duplicate connection to a pending Socket " + channel_name);
383 if (DEBUG) Log.d(TAG, "Emulator is connected to a pending Socket " + channel_name);
385 sk = new Socket(sock, channel_name, endian);
396 if (DEBUG) Log.d(TAG, "Connecting Channel " + channel_name + " with emulator.")
    [all...]
  /packages/apps/TV/res/layout/
channel_banner.xml 86 <TextView android:id="@+id/channel_name"
104 android:layout_alignBottom="@id/channel_name"
105 android:layout_toEndOf="@id/channel_name"
114 android:layout_alignBottom="@id/channel_name"
list_item_dvr_history.xml 53 android:id="@+id/channel_name"
option_item_channel_common.xml 29 android:id="@+id/channel_name"
program_guide_table_header_column_item.xml 48 android:id="@+id/channel_name"
dvr_schedules_item.xml 95 <TextView android:id="@+id/channel_name"
  /packages/apps/TV/tuner/res/layout/
ut_channel_list.xml 29 android:id="@+id/channel_name"
  /external/autotest/client/cros/cellular/wardmodem/
at_channel.py 39 def __init__(self, receiver_callback, channel, channel_name='',
51 @param channel_name: [Optional] Name of the channel to be used for
68 self._channel_name = channel_name
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputSetupActivity.java 42 /* package-private */ static final String CHANNEL_NAME = "Dummy";
80 values.put(TvContract.Channels.COLUMN_DISPLAY_NAME, CHANNEL_NAME);
TvInputDiscoveryTestActivity.java 203 MockTvInputSetupActivity.CHANNEL_NAME,
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
ChannelCheckItem.java 81 return R.id.channel_name;
  /packages/apps/TV/tests/unit/src/com/android/tv/
MainActivityTest.java 74 TextView channelNameView = (TextView) mActivity.findViewById(R.id.channel_name);
  /external/webrtc/webrtc/p2p/base/
candidate.h 245 int component, std::string* channel_name) const = 0;
247 const std::string& channel_name, int* component) const = 0;
  /packages/apps/TV/src/com/android/tv/dialog/
DvrHistoryDialogFragment.java 83 setText(view, R.id.channel_name, getChannelNameText(schedule));
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationInfoTest.java 218 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name);
226 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name);
238 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name);
246 final TextView textView = mNotificationInfo.findViewById(R.id.channel_name);
347 mNotificationInfo.findViewById(R.id.channel_name);
    [all...]
  /frameworks/base/packages/SystemUI/res/layout/
notification_info.xml 107 android:id="@+id/channel_name"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 282 final TextView channelName = findViewById(R.id.channel_name);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
ScanFragment.java 239 TextView channelName = (TextView) convertView.findViewById(R.id.channel_name);
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc 794 const string& channel_name, int64 cost_estimate_ns, const Shape& shape) {
801 request->set_channel_name(channel_name);
    [all...]
computation_builder.h 452 // the device. Host send/recv operations are emitted using |channel_name|.
457 const string& channel_name, int64 cost_estimate_ns, const Shape& shape);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 998 optional<string> channel_name; local
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
ScheduleRowPresenter.java 148 mChannelNameView = (TextView) view.findViewById(R.id.channel_name);
    [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java 365 mChannelNameView = (TextView) mContainer.findViewById(R.id.channel_name);
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 241 mChannelNameTextView = (TextView) findViewById(R.id.channel_name);
    [all...]

Completed in 830 milliseconds

1 2 3 4 5