Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java424 assertFalse(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithoutConnection()
435 assertFalse(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithEmptyOfTrustCertsInfo()
463 assertTrue(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithErrorInHTTPSResponse()
519 assertTrue(mOsuServerConnection.retrieveTrustRootCerts(mTrustCertsInfo)); in verifyRetrieveTrustRootCertsWithoutError()
DPasspointProvisionerTest.java279 when(mOsuServerConnection.retrieveTrustRootCerts(anyMap())).thenReturn(true); in setUp()
897 when(mOsuServerConnection.retrieveTrustRootCerts(anyMap())).thenReturn(false); in verifyHandlingErrorForCallingRetrieveTrustRootCerts()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java562 retrieveTrustRootCerts(mPasspointConfiguration); in handleSoapMessageResponse()
910 private void retrieveTrustRootCerts(@NonNull PasspointConfiguration passpointConfig) { in retrieveTrustRootCerts() method in PasspointProvisioner.ProvisioningStateMachine
961 if (mOsuServerConnection.retrieveTrustRootCerts(allTrustCerts)) { in retrieveTrustRootCerts()
DOsuServerConnection.java269 public boolean retrieveTrustRootCerts( in retrieveTrustRootCerts() method in OsuServerConnection