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

  /external/conscrypt/common/src/main/java/org/conscrypt/
ServerSessionContext.java 29 private SSLServerSessionCache persistentCache;
54 public void setPersistentCache(SSLServerSessionCache persistentCache) {
55 this.persistentCache = persistentCache;
60 if (persistentCache != null) {
61 byte[] data = persistentCache.getSessionData(sessionId);
77 if (persistentCache != null) {
80 persistentCache.putSessionData(session.toSSLSession(), data);
ClientSessionContext.java 38 private SSLClientSessionCache persistentCache;
48 public void setPersistentCache(SSLClientSessionCache persistentCache) {
49 this.persistentCache = persistentCache;
118 if (persistentCache != null) {
119 byte[] data = persistentCache.getSessionData(host, port);
148 if (persistentCache != null) {
151 persistentCache.putSessionData(session.toSSLSession(), data);
  /tools/external/gradle/
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 416 milliseconds