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

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 53 SSLSession s = clientSession;
63 SSLSession s = clientSession;
73 Principal p1 = clientSession.getPeerPrincipal();
84 assertTrue(clientSession.getApplicationBufferSize() > 0);
91 assertEquals(CIPHER_SUITE, clientSession.getCipherSuite());
100 long sessionTime = clientSession.getCreationTime();
110 byte[] id = clientSession.getId();
113 assertEquals(clientSession, sess);
122 long sessionTime = clientSession.getLastAccessedTime();
135 Certificate[] certs = clientSession.getLocalCertificates()
    [all...]
  /external/chromium_org/remoting/webapp/
client_screen.js 22 * @type {remoting.ClientSession} The client session object, set once the
25 remoting.clientSession = null;
48 if (remoting.clientSession) {
49 remoting.clientSession.onResize();
59 if (remoting.clientSession) {
60 remoting.clientSession.pauseVideo(
71 if (!remoting.clientSession) {
74 if (remoting.clientSession.getMode() == remoting.ClientSession.Mode.IT2ME) {
79 remoting.clientSession.disconnect(true)
    [all...]
clipboard.js 81 if (!remoting.clientSession) {
102 remoting.clientSession.sendClipboardItem(
remoting.js 267 if (!remoting.clientSession ||
268 remoting.clientSession.getMode() == remoting.ClientSession.Mode.ME2ME) {
client_plugin_async.js 69 /** @type {remoting.ClientSession.PerfStats} */
70 this.perfStats_ = new remoting.ClientSession.PerfStats();
174 remoting.ClientSession.Capability.SEND_INITIAL_RESOLUTION);
179 remoting.ClientSession.Capability.RATE_LIMIT_RESIZE_REQUESTS);
206 !remoting.ClientSession.State.hasOwnProperty(message.data['state']) ||
213 /** @type {remoting.ClientSession.State} */
214 var state = remoting.ClientSession.State[message.data['state']];
216 if (remoting.ClientSession.ConnectionError.hasOwnProperty(
218 error = /** @type {remoting.ClientSession.ConnectionError} */
219 remoting.ClientSession.ConnectionError[message.data['error']]
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMnsObexClient.java 35 import javax.obex.ClientSession;
58 private ClientSession mClientSession;
230 mClientSession = new ClientSession(mTransport);
267 ClientSession clientSession = mClientSession;
269 if ((!mConnected) || (clientSession == null)) {
300 putOperation = (ClientOperation)clientSession.put(request);
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp     [all...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]

Completed in 173 milliseconds