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.java419 assertFalse(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithoutConnection()
430 assertFalse(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithEmptyOfTrustCertsInfo()
458 assertTrue(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()
514 assertTrue(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithoutError()
DPasspointProvisionerTest.java282 when(mOsuServerConnection.retrieveTrustRootCerts(anyMap())).thenReturn(true); in setUp()
901 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.java257 public boolean retrieveTrustRootCerts( in retrieveTrustRootCerts() method in OsuServerConnection