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

1 2 3 4 5 6 7 8 91011>>

  /packages/experimental/CameraPreviewTest/
README 3 A small test app to exercise the camera in various modes in much the same way that GTalk video chat does.
5 Allows for testing the camera without having to spin up all of video chat.
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
ClientSocketHandler.java 16 private ChatManager chat; field in class:ClientSocketHandler
32 chat = new ChatManager(socket, handler);
33 new Thread(chat).start();
46 return chat;
WiFiChatFragment.java 19 * This fragment handles chat related UI which includes a list view for messages
71 * ArrayAdapter to manage chat messages.
  /external/okhttp/mockwebserver/
README.md 45 URL baseUrl = server.url("/v1/chat/");
49 Chat chat = new Chat(baseUrl);
51 chat.loadMore();
52 assertEquals("hello, world!", chat.messages());
54 chat.loadMore();
55 chat.loadMore();
59 + "yo dog", chat.messages());
63 assertEquals("/v1/chat/messages/", request1.getPath())
    [all...]
  /development/samples/browseable/BluetoothChat/
_index.jd 8 This application allows two Android devices to carry out two-way text chat over
  /development/samples/browseable/ElizaChat/
_index.jd 8 This sample is a phone application that provides a chat experience in which users can respond to
  /development/samples/BluetoothChat/
_index.html 2 two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth
  /frameworks/base/libs/usb/tests/AccessoryChat/
README.txt 3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
AndroidManifest.xml 22 <application android:label="Accessory Chat">
24 <activity android:name="AccessoryChat" android:label="Accessory Chat">
  /frameworks/base/tests/SerialChat/
AndroidManifest.xml 22 <application android:label="Serial Chat">
23 <activity android:name="SerialChat" android:label="Serial Chat">
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
base-strings.xml 24 This sample is a phone application that provides a chat experience in which users can respond to
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/
template-params.xml 32 This application allows two Android devices to carry out two-way text chat over
62 <img>screenshots/3-chat.png</img>
73 This sample shows how to implement two-way text chat over Bluetooth between two Android devices, using
80 This sample should be run on two Android devices at the same time, to establish a two-way chat over
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
  /development/samples/browseable/ElizaChat/res/values/
strings.xml 23 <string name="stop_service">End Chat Session</string>
base-strings.xml 24 This sample is a phone application that provides a chat experience in which users can respond to
  /development/samples/BluetoothChat/res/values/
strings.xml 18 <string name="app_name">Bluetooth Chat</string>
23 <string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</string>
  /frameworks/base/docs/html/distribute/stories/apps/
sayhi.jd 1 page.title=SayHi Chat grows installs and user engagement with App Translation Service
20 SayHi Chat app</a>, a social app to help its users find people nearby, was
47 Arabic version of SayHi Chat
  /external/jetty/src/java/org/eclipse/jetty/servlets/
ConcatServlet.java 45 * &lt;script type="text/javascript" src="../js/ajax.js&/chat/chat.js"&gt;&lt;/script&gt;
46 * &lt;script type="text/javascript" src="../chat/chat.js"&gt;&lt;/script&gt;
49 * &lt;script type="text/javascript" src="../concat?/js/behaviour.js&/js/ajax.js&/chat/chat.js"&gt;&lt;/script&gt;
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/values/
base-strings.xml 24 This application allows two Android devices to carry out two-way text chat over
  /development/samples/browseable/BluetoothChat/res/values/
base-strings.xml 24 This application allows two Android devices to carry out two-way text chat over
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomuniquehangoutidtask.cc 35 // muvc-private-chat-guid@groupchat.google.com
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 44 * This is the main Activity that displays the current chat session.
80 // Member object for the chat services
113 // Otherwise, setup the chat session
130 // Start the Bluetooth chat services
181 // Stop the Bluetooth chat services
308 // Bluetooth is now enabled, so set up a chat session
  /developers/samples/android/wearable/wear/ElizaChat/
template-params.xml 31 This sample is a phone application that provides a chat experience in which users can respond to
62 [NotificationCompat.WearableExtender][1] API by providing a chat experience.
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
README.md 4 [![Join the chat at https://gitter.im/webcomponents/webcomponentsjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/webcomponents/webcomponentsjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Completed in 1433 milliseconds

1 2 3 4 5 6 7 8 91011>>