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

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 58 SSLSession s = clientSession;
68 SSLSession s = clientSession;
78 Principal p1 = clientSession.getPeerPrincipal();
89 assertTrue(clientSession.getApplicationBufferSize() > 0);
96 assertEquals(CIPHER_SUITE, clientSession.getCipherSuite());
105 long sessionTime = clientSession.getCreationTime();
115 byte[] id = clientSession.getId();
118 assertEquals(clientSession, sess);
127 long sessionTime = clientSession.getLastAccessedTime();
140 Certificate[] certs = clientSession.getLocalCertificates()
    [all...]
  /frameworks/base/obex/javax/obex/
Operation.java 67 * void putObjectViaOBEX(ClientSession conn, HeaderSet head, byte[] obj) throws IOException {
85 * byte[] getObjectViaOBEX(ClientSession conn, HeaderSet head) throws IOException {
147 * or <code>ClientSession.createHeaderSet()</code>
ClientSession.java 41 * This class in an implementation of the OBEX ClientSession.
44 public final class ClientSession extends ObexSession {
65 public ClientSession(final ObexTransport trans) throws IOException {
ObexSession.java 45 * <CODE>ClientSession</CODE> and <CODE>ServerSession</CODE>.
ClientOperation.java 49 private ClientSession mParent;
84 public ClientOperation(int maxSize, ClientSession p, HeaderSet header, boolean type)
166 * <code>createHeaderSet</code> in a <code>ClientSession</code>
HeaderSet.java 618 * <code>createHeaderSet()</code> in a <code>ClientSession</code>
ServerOperation.java 550 * <code>createHeaderSet</code> in a <code>ClientSession</code>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 36 import javax.obex.ClientSession;
135 private ClientSession mCs;
233 if (D) Log.d(TAG, "Create ClientSession with transport " + mTransport1.toString());
235 mCs = new ClientSession(mTransport1);
  /external/dropbear/
session.h 208 struct clientsession { struct
253 extern struct clientsession cli_ses;
cli-session.c 44 struct clientsession cli_ses; /* GLOBAL */
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 409 milliseconds