OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nsdchat
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/docs/downloads/training/
NsdChat.zip
/development/samples/training/NsdChat/
Android.mk
9
LOCAL_PACKAGE_NAME :=
NsdChat
AndroidManifest.xml
18
package="com.example.android.
nsdchat
"
30
android:name="com.example.android.
nsdchat
.NsdChatActivity"
/development/samples/training/NsdChat/res/values/
strings.xml
19
<string name="app_name">
NsdChat
</string>
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdChatActivity.java
17
package com.example.android.
nsdchat
;
29
import com.example.android.
nsdchat
.NsdHelper;
38
public static final String TAG = "
NsdChat
";
NsdHelper.java
17
package com.example.android.
nsdchat
;
36
public String mServiceName = "
NsdChat
";
ChatConnection.java
17
package com.example.android.
nsdchat
;
/frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd
27
<a href="{@docRoot}shareables/training/
NsdChat
.zip" class="button">Download
29
<p class="filename">
NsdChat
.zip</p>
66
serviceInfo.setServiceName("
NsdChat
");
73
<p>This code snippet sets the service name to "
NsdChat
".
77
two devices on the network both have the
NsdChat
application installed, one of
78
them changes the service name automatically, to something like "
NsdChat
172
serviceInfo.setServiceName("
NsdChat
");
224
} else if (service.getServiceName().contains("
NsdChat
")){
nsd-wifi-direct.jd
48
package="com.example.android.
nsdchat
"
wifi-direct.jd
47
package="com.example.android.
nsdchat
"
Completed in 555 milliseconds