Searched refs:serviceName (Results 1 - 25 of 43) sorted by relevance

12

/external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/
H A DAndroidConnectionConfiguration.java29 * @param serviceName the name of the service provided by an XMPP server.
31 public AndroidConnectionConfiguration(String serviceName) throws XMPPException { argument
33 AndroidInit(serviceName, DEFAULT_TIMEOUT);
38 * @param serviceName
42 public AndroidConnectionConfiguration(String serviceName, int timeout) throws XMPPException { argument
44 AndroidInit(serviceName, timeout);
71 * @param serviceName
75 private void AndroidInit(String serviceName, int timeout) throws XMPPException { argument
78 String serviceName;
81 public DnsSrvLookupRunnable(String serviceName) {
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DAndroidConnectionConfiguration.java29 * @param serviceName the name of the service provided by an XMPP server.
31 public AndroidConnectionConfiguration(String serviceName) throws XMPPException { argument
33 AndroidInit(serviceName, DEFAULT_TIMEOUT);
38 * @param serviceName
42 public AndroidConnectionConfiguration(String serviceName, int timeout) throws XMPPException { argument
44 AndroidInit(serviceName, timeout);
71 * @param serviceName
75 private void AndroidInit(String serviceName, int timeout) throws XMPPException { argument
78 String serviceName;
81 public DnsSrvLookupRunnable(String serviceName) {
[all...]
H A DConnectionConfiguration.java49 * talk.google.com and the serviceName would be gmail.com.
51 private String serviceName; field in class:ConnectionConfiguration
103 * @param serviceName the name of the service provided by an XMPP server.
105 public ConnectionConfiguration(String serviceName) { argument
107 hostAddresses = DNSUtil.resolveXMPPDomain(serviceName);
108 init(serviceName, ProxyInfo.forDefaultProxy());
124 * @param serviceName the name of the service provided by an XMPP server.
127 public ConnectionConfiguration(String serviceName,ProxyInfo proxy) { argument
129 hostAddresses = DNSUtil.resolveXMPPDomain(serviceName);
130 init(serviceName, prox
147 ConnectionConfiguration(String host, int port, String serviceName) argument
167 ConnectionConfiguration(String host, int port, String serviceName, ProxyInfo proxy) argument
197 init(String serviceName, ProxyInfo proxy) argument
226 setServiceName(String serviceName) argument
[all...]
H A DXMPPConnection.java111 * <tt>serviceName</tt> with the default port of 5222. Encrypted connections (TLS)
126 * @param serviceName the name of the XMPP server to connect to; e.g. <tt>example.com</tt>.
129 public XMPPConnection(String serviceName, CallbackHandler callbackHandler) { argument
131 super(new ConnectionConfiguration(serviceName));
144 * @param serviceName the name of the XMPP server to connect to; e.g. <tt>example.com</tt>.
146 public XMPPConnection(String serviceName) { argument
148 super(new ConnectionConfiguration(serviceName));
235 // Update the serviceName with the one returned by the server
305 // Update the serviceName with the one returned by the server
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DPairingRequestMessage.java35 public PairingRequestMessage(String serviceName) { argument
36 this(serviceName, null);
39 public PairingRequestMessage(String serviceName, String clientName) { argument
41 mServiceName = serviceName;
/external/chromium_org/crypto/
H A Dmock_apple_keychain.cc14 const char* serviceName,
45 const char* serviceName,
11 FindGenericPassword( CFTypeRef keychainOrArray, UInt32 serviceNameLength, const char* serviceName, UInt32 accountNameLength, const char* accountName, UInt32* passwordLength, void** passwordData, SecKeychainItemRef* itemRef) const argument
42 AddGenericPassword( SecKeychainRef keychain, UInt32 serviceNameLength, const char* serviceName, UInt32 accountNameLength, const char* accountName, UInt32 passwordLength, const void* passwordData, SecKeychainItemRef* itemRef) const argument
H A Dapple_keychain.h36 const char* serviceName,
48 const char* serviceName,
H A Dmock_apple_keychain.h38 const char* serviceName,
49 const char* serviceName,
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DClientPairingSession.java44 * @param serviceName the string service name, used in the pairing request
47 PairingContext context, String serviceName) {
48 this(protocol, context, serviceName, null);
56 * @param serviceName the string service name, used in the pairing request
60 PairingContext context, String serviceName, String clientName) {
62 mServiceName = serviceName;
46 ClientPairingSession(PoloWireInterface protocol, PairingContext context, String serviceName) argument
59 ClientPairingSession(PoloWireInterface protocol, PairingContext context, String serviceName, String clientName) argument
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dlocal_parsers.js47 destinationInfo.serviceName,
58 destinationInfo.serviceName,
/external/smack/src/org/jivesoftware/smackx/
H A DMultipleRecipientManager.java284 String serviceName = connection.getServiceName();
285 String serviceAddress = (String) services.get(serviceName);
288 serviceAddress = (String) services.get(serviceName);
294 .discoverInfo(serviceName);
297 serviceAddress = serviceName;
302 .discoverItems(serviceName);
308 serviceAddress = serviceName;
315 services.put(serviceName, serviceAddress == null ? "" : serviceAddress);
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddiscovery.c133 if (conn->serviceName && len == strlen(conn->serviceName) &&
134 !strncmp((char *) data, conn->serviceName, len)) {
252 if (conn->serviceName) {
253 namelen = (UINT16_t) strlen(conn->serviceName);
272 if (conn->serviceName) {
273 memcpy(svc->payload, conn->serviceName, strlen(conn->serviceName));
322 pc.serviceNameOK = (conn->serviceName) ? 0 : 1;
423 if (conn->serviceName) {
[all...]
H A Dpppoe-discovery.c42 conn->serviceName = xstrdup(optarg);
H A Dplugin.c107 SET_STRING(conn->serviceName, pppd_pppoe_service);
H A Dpppoe.h259 char *serviceName; /* Desired service name, if any */ member in struct:PPPoEConnectionStruct
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextWrapperTest.java171 private void assertSameInstanceEveryTime(String serviceName) { argument
173 assertThat(activity.getSystemService(serviceName), sameInstance(activity.getSystemService(serviceName)));
175 assertThat(activity.getSystemService(serviceName), sameInstance(new Activity().getSystemService(serviceName)));
/external/qemu/android/
H A Dhw-qemud.h136 extern QemudService* qemud_service_register( const char* serviceName,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp959 UnicodeString serviceName = "listener "; local
960 serviceName.append(_name);
961 serviceName.append(" n++");
962 serviceName.append(" service changed: " );
963 service.getName(serviceName);
964 _test->logln(serviceName);
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp959 UnicodeString serviceName = "listener "; local
960 serviceName.append(_name);
961 serviceName.append(" n++");
962 serviceName.append(" service changed: " );
963 service.getName(serviceName);
964 _test->logln(serviceName);
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
H A DJsonMessageBuilder.java164 String serviceName = body.getString(PAIRING_REQUEST_FIELD_SERVICE_NAME);
169 return new PairingRequestMessage(serviceName, clientName);
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
H A DProtobufWireAdapter.java306 pairingRequest.serviceName = poloMessage.getServiceName();
473 return new PairingRequestMessage(protoMessage.serviceName, protoMessage.clientName);
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
H A DXmlMessageBuilder.java211 String serviceName = jsonObj.getString(
217 return new PairingRequestMessage(serviceName, clientName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h1182 * serviceName: The discovered service name. This name should be displayed to the user,
1210 const char *serviceName,

Completed in 432 milliseconds

12