Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialog.java149 loadCertificates(mIpsecUserCert, Credentials.USER_PRIVATE_KEY, 0, mProfile.ipsecUserCert); in onCreate()
150 loadCertificates(mIpsecCaCert, Credentials.CA_CERTIFICATE, in onCreate()
152 loadCertificates(mIpsecServerCert, Credentials.USER_CERTIFICATE, in onCreate()
446 private void loadCertificates(Spinner spinner, String prefix, int firstId, String selected) { in loadCertificates() method in ConfigDialog
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/
DConfigDialog.java149 loadCertificates(mIpsecUserCert, Credentials.USER_PRIVATE_KEY, 0, mProfile.ipsecUserCert); in onCreate()
150 loadCertificates(mIpsecCaCert, Credentials.CA_CERTIFICATE, in onCreate()
152 loadCertificates(mIpsecServerCert, Credentials.USER_CERTIFICATE, in onCreate()
446 private void loadCertificates(Spinner spinner, String prefix, int firstId, String selected) { in loadCertificates() method in ConfigDialog
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java985 loadCertificates( in showSecurityFields()
991 loadCertificates( in showSecurityFields()
1045 loadCertificates( in showSecurityFields()
1339 private void loadCertificates( in loadCertificates() method in WifiConfigController
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1016 loadCertificates( in showSecurityFields()
1022 loadCertificates( in showSecurityFields()
1076 loadCertificates( in showSecurityFields()
1370 private void loadCertificates( in loadCertificates() method in WifiConfigController