Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java107 if (!putUserPrivKeyAndCertsInKeyStore(alias, config.getClientPrivateKey(), in installKeys()
192 public boolean putUserPrivKeyAndCertsInKeyStore(String alias, Key key, Certificate[] certs) { in putUserPrivKeyAndCertsInKeyStore() method in WifiKeyStore
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java537 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in installCertsAndKeysSuccess()
586 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in installCertsAndKeysFailure()
632 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in uninstallCertsAndKeys()
1217 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in getWifiConfigWithCertCredential()
1245 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in getWifiConfigWithCertCredentialHasAaaServerTrustedNames()
1271 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in getWifiConfigWithCertCredentialNoCaCert()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java366 if (!mKeyStore.putUserPrivKeyAndCertsInKeyStore( in installCertsAndKeys()