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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 34 boolean isServer;
47 ScanClient(int appIf, boolean isServer) {
48 this(appIf, isServer, new UUID[0], DEFAULT_SCAN_SETTINGS, null, null);
51 ScanClient(int appIf, boolean isServer, UUID[] uuids) {
52 this(appIf, isServer, uuids, DEFAULT_SCAN_SETTINGS, null, null);
55 ScanClient(int appIf, boolean isServer, ScanSettings settings,
57 this(appIf, isServer, new UUID[0], settings, filters, null);
60 ScanClient(int appIf, boolean isServer, ScanSettings settings,
62 this(appIf, isServer, new UUID[0], settings, filters, storages);
65 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings
    [all...]
GattService.java 312 public void startScan(int appIf, boolean isServer, ScanSettings settings,
316 service.startScan(appIf, isServer, settings, filters, storages, callingPackage);
319 public void stopScan(int appIf, boolean isServer) {
322 service.stopScan(new ScanClient(appIf, isServer));
326 public void flushPendingBatchResults(int appIf, boolean isServer) {
329 service.flushPendingBatchResults(appIf, isServer);
602 if (!client.isServer) {
    [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...]
PairingSession.java 226 if (mPairingContext.isServer()) {
371 if (mPairingContext.isServer()) {
602 if (!mPairingContext.isServer()) {
  /external/nist-sip/java/javax/sip/
Dialog.java 57 boolean isServer();
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 37 void startScan(in int appIf, in boolean isServer, in ScanSettings settings,
40 void stopScan(in int appIf, in boolean isServer);
41 void flushPendingBatchResults(in int appIf, in boolean isServer);
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 48 assertTrue("Incorrect isServer", session.isServer);
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 555 * @param isServer is set to true if this is the UAS
558 public String getDialogId(boolean isServer) {
563 if (!isServer) {
589 public String getDialogId(boolean isServer, String toTag) {
593 if (!isServer) {
SIPRequest.java 548 * @param isServer is set to true if this is the UAS and set to false if this is the UAC
550 public String getDialogId(boolean isServer) {
555 if (!isServer) {
585 public String getDialogId(boolean isServer, String toTag) {
589 if (!isServer) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 720 if (!isServer()) {
    [all...]
SIPTransactionStack.java 901 * @param isServer search the server transaction table if true.
906 public SIPTransaction findTransaction(SIPMessage sipMessage, boolean isServer) {
909 if (isServer) {
    [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 

Completed in 268 milliseconds