Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java335 assertFalse(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithoutConnection()
346 assertFalse(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithEmptyOfTrustCertsInfo()
374 assertTrue(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()
430 assertTrue(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithoutError()
DPasspointProvisionerTest.java283 when(mOsuServerConnection.retrieveTrustRootCerts(anyMap())).thenReturn(true); in setUp()
902 when(mOsuServerConnection.retrieveTrustRootCerts(anyMap())).thenReturn(false); in verifyHandlingErrorForCallingRetrieveTrustRootCerts()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java559 retrieveTrustRootCerts(mPasspointConfiguration); in handleSoapMessageResponse()
888 private void retrieveTrustRootCerts(@NonNull PasspointConfiguration passpointConfig) { in retrieveTrustRootCerts() method in PasspointProvisioner.ProvisioningStateMachine
939 if (mOsuServerConnection.retrieveTrustRootCerts(allTrustCerts)) { in retrieveTrustRootCerts()
DOsuServerConnection.java250 public boolean retrieveTrustRootCerts( in retrieveTrustRootCerts() method in OsuServerConnection