HomeSort by relevance Sort by last modified time
    Searched refs:channel_name (Results 1 - 14 of 14) sorted by null

  /external/libweave/src/notification/
notification_delegate.h 17 virtual void OnConnected(const std::string& channel_name) = 0;
22 const std::string& channel_name) = 0;
notification_parser.h 21 const std::string& channel_name);
notification_parser.cc 16 const std::string& channel_name) {
23 delegate->OnCommandCreated(*command, channel_name);
44 const std::string& channel_name) {
61 return ParseCommandCreated(notification, delegate, channel_name);
notification_parser_unittest.cc 30 const std::string& 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/tests/unit/src/com/android/tv/
MainActivityTest.java 70 TextView channelNameView = (TextView) mActivity.findViewById(R.id.channel_name);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
ChannelCheckItem.java 80 return R.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
  /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;
  /external/libweave/src/
device_registration_info.h 267 void OnConnected(const std::string& channel_name) override;
271 const std::string& channel_name) override;
device_registration_info.cc     [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
ScanFragment.java 209 TextView channelName = (TextView) convertView.findViewById(R.id.channel_name);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramTableAdapter.java 263 mChannelNameView = (TextView) mContainer.findViewById(R.id.channel_name);
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 266 mChannelNameTextView = (TextView) findViewById(R.id.channel_name);
    [all...]

Completed in 1766 milliseconds