Searched refs:setUpModifyingSavedCertificateConfigController (Results 1 – 1 of 1) sorted by relevance
852 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