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.java70 public class OsuServerConnection { class
94 /* package */ OsuServerConnection(Looper looper) { in OsuServerConnection() method in OsuServerConnection
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java94 private OsuServerConnection mOsuServerConnection;
115 mOsuServerConnection = new OsuServerConnection(mLooper.getLooper()); in setUp()
454 mTrustCertsInfo.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certInfo); in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()
504 mTrustCertsInfo.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certInfo); in verifyRetrieveTrustRootCertsWithoutError()
522 argumentCaptor.getValue().get(OsuServerConnection.TRUST_CERT_TYPE_AAA).get(0)); in verifyRetrieveTrustRootCertsWithoutError()
DPasspointProvisionerTest.java177 @Mock OsuServerConnection mOsuServerConnection;
402 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in stopAfterStep()
403 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, in stopAfterStep()
923 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
924 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
974 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in verifyHandlingEmptyRemediationTrustRootCertificateRetrieved()
DPasspointManagerTest.java180 @Mock OsuServerConnection mOsuServerConnection;