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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 58 SSLSession s = clientSession;
69 SSLSession s = clientSession;
79 Principal p1 = clientSession.getPeerPrincipal();
90 assertTrue(clientSession.getApplicationBufferSize() > 0);
111 assertEquals(expectedCipherSuite, clientSession.getCipherSuite());
120 long sessionTime = clientSession.getCreationTime();
130 byte[] id = clientSession.getId();
133 if (clientSession instanceof ExtendedSSLSession) {
135 assertExtendedSSLSessionsEqual((ExtendedSSLSession) clientSession,
138 assertSSLSessionsEqual(clientSession, sess)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 34 import javax.obex.ClientSession;
56 private ClientSession mClientSession;
333 mClientSession = new ClientSession(mTransport);
395 ClientSession clientSession = mClientSession;
397 if ((!mConnected) || (clientSession == null)) {
426 putOperation = (ClientOperation)clientSession.put(request);
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp     [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]

Completed in 182 milliseconds