HomeSort by relevance Sort by last modified time
    Searched defs:isServer (Results 1 - 11 of 11) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 34 boolean isServer;
45 ScanClient(int appIf, boolean isServer) {
46 this(appIf, isServer, new UUID[0], DEFAULT_SCAN_SETTINGS, null, null);
49 ScanClient(int appIf, boolean isServer, UUID[] uuids) {
50 this(appIf, isServer, uuids, DEFAULT_SCAN_SETTINGS, null, null);
53 ScanClient(int appIf, boolean isServer, ScanSettings settings,
55 this(appIf, isServer, new UUID[0], settings, filters, null);
58 ScanClient(int appIf, boolean isServer, ScanSettings settings,
60 this(appIf, isServer, new UUID[0], settings, filters, storages);
63 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingContext.java 65 * @param isServer {@code true} if this endpoint it the server
69 OutputStream peerOutputStream, boolean isServer) {
74 mIsServer = isServer;
81 * @param isServer {@code true} if this endpoint is the server
86 public static PairingContext fromSslSocket(SSLSocket socket, boolean isServer)
92 return new PairingContext(localCert, peerCert, input, output, isServer);
100 if (isServer()) {
112 if (isServer()) {
135 public boolean isServer() {
140 return !(isServer());
    [all...]
  /external/nist-sip/java/javax/sip/
Dialog.java 57 boolean isServer();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 720 if (!isServer()) {
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]
sslimpl.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 668 milliseconds