Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
H A DWifiConfigController2Test.java852 setUpModifyingSavedCertificateConfigController(null, null); in loadCaCertificateValue_shouldPersistentAsDefault()
880 setUpModifyingSavedCertificateConfigController(SAVED_CA_CERT, null); in loadSavedCaCertificateValue_shouldBeCorrectValue()
887 setUpModifyingSavedCertificateConfigController(null, null); in loadUserCertificateValue_shouldPersistentAsDefault()
894 setUpModifyingSavedCertificateConfigController(null, SAVED_USER_CERT); in loadSavedUserCertificateValue_shouldBeCorrectValue()
899 private void setUpModifyingSavedCertificateConfigController(String savedCaCertificate, in setUpModifyingSavedCertificateConfigController() method in WifiConfigController2Test