Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointObjectFactory.java148 public OsuServerConnection makeOsuServerConnection() { in makeOsuServerConnection()
149 return new OsuServerConnection(null); in makeOsuServerConnection()
DPasspointProvisioner.java83 private final OsuServerConnection mOsuServerConnection;
595 OsuServerConnection.TRUST_CERT_TYPE_AAA); in installTrustRootCertificates()
610 OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION); in installTrustRootCertificates()
901 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, trustCertInfo); in retrieveTrustRootCerts()
911 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, trustCertInfo); in retrieveTrustRootCerts()
930 allTrustCerts.put(OsuServerConnection.TRUST_CERT_TYPE_POLICY, trustCertInfo); in retrieveTrustRootCerts()
DOsuServerConnection.java69 public class OsuServerConnection { class
93 /* package */ OsuServerConnection(Looper looper) { in OsuServerConnection() method in OsuServerConnection
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java92 private OsuServerConnection mOsuServerConnection;
114 mOsuServerConnection = new OsuServerConnection(mLooper.getLooper()); in setUp()
370 mTrustCertsInfo.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certInfo); in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()
420 mTrustCertsInfo.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certInfo); in verifyRetrieveTrustRootCertsWithoutError()
438 argumentCaptor.getValue().get(OsuServerConnection.TRUST_CERT_TYPE_AAA).get(0)); in verifyRetrieveTrustRootCertsWithoutError()
DPasspointProvisionerTest.java178 @Mock OsuServerConnection mOsuServerConnection;
403 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in stopAfterStep()
404 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, in stopAfterStep()
924 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
925 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
975 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in verifyHandlingEmptyRemediationTrustRootCertificateRetrieved()
DPasspointManagerTest.java180 @Mock OsuServerConnection mOsuServerConnection;