Home
last modified time | relevance | path

Searched refs:trustManagerImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java113 public void init(SSLContext tlsContext, TrustManagerImpl trustManagerImpl) { in init() argument
118 mTrustManager = new WFATrustManager(trustManagerImpl); in init()
581 WFATrustManager(TrustManagerImpl trustManagerImpl) { in WFATrustManager() argument
582 mDelegate = trustManagerImpl; in WFATrustManager()