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()
187 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.java528 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in installCertsAndKeysSuccess()
577 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in installCertsAndKeysFailure()
623 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in uninstallCertsAndKeys()
1196 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in getWifiConfigWithCertCredential()
1224 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in getWifiConfigWithCertCredentialHasAaaServerTrustedNames()
1250 when(mKeyStore.putUserPrivKeyAndCertsInKeyStore( in getWifiConfigWithCertCredentialNoCaCert()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java320 if (!mKeyStore.putUserPrivKeyAndCertsInKeyStore( in installCertsAndKeys()