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.java112 public void init(SSLContext tlsContext, TrustManagerImpl trustManagerImpl) { in init() argument
117 mTrustManager = new WFATrustManager(trustManagerImpl); in init()
550 WFATrustManager(TrustManagerImpl trustManagerImpl) { in WFATrustManager() argument
551 mDelegate = trustManagerImpl; in WFATrustManager()