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

  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptEngine.java 127 private String peerHostname;
359 this.peerHostname = hostname;
369 return peerHostname != null ? peerHostname : peerInfoProvider.getHostname();
374 return peerHostname != null ? peerHostname : peerInfoProvider.getHostnameOrIP();
    [all...]
ConscryptSocketBase.java 50 private String peerHostname;
54 * {@link #peerHostname} is also set.
87 this.peerHostname = null;
95 this.peerHostname = hostname;
103 this.peerHostname = null;
112 this.peerHostname = hostname;
121 this.peerHostname = null;
129 this.peerHostname = hostname;
144 if (peerHostname == null && endpoint instanceof InetSocketAddress) {
145 peerHostname
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 
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 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 966 milliseconds