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

  /frameworks/base/core/java/android/webkit/
SslCertLookupTable.java 31 final class SslCertLookupTable {
32 private static SslCertLookupTable sTable;
36 public static SslCertLookupTable getInstance() {
38 sTable = new SslCertLookupTable();
43 private SslCertLookupTable() {
BrowserFrame.java     [all...]
WebViewCore.java     [all...]

Completed in 87 milliseconds