Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java223 uninstallCertsAndKeys(); in installCertsAndKeys()
237 uninstallCertsAndKeys(); in installCertsAndKeys()
250 uninstallCertsAndKeys(); in installCertsAndKeys()
256 uninstallCertsAndKeys(); in installCertsAndKeys()
266 uninstallCertsAndKeys(); in installCertsAndKeys()
275 uninstallCertsAndKeys(); in installCertsAndKeys()
293 public void uninstallCertsAndKeys() { in uninstallCertsAndKeys() method in PasspointProvider
DPasspointManager.java437 mProviders.get(config.getHomeSp().getFqdn()).uninstallCertsAndKeys(); in addOrUpdateProvider()
684 provider.uninstallCertsAndKeys(); in removeProvider()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java658 verify(provider).uninstallCertsAndKeys(); in addRemoveProviderWithValidUserCredential()
701 verify(provider).uninstallCertsAndKeys(); in addRemoveProviderWithValidSimCredential()
1850 verify(provider, never()).uninstallCertsAndKeys(); in removeGetProviderWithDifferentUid()
DPasspointProviderTest.java360 public void uninstallCertsAndKeys() throws Exception { in uninstallCertsAndKeys() method in PasspointProviderTest
398 mProvider.uninstallCertsAndKeys(); in uninstallCertsAndKeys()