HomeSort by relevance Sort by last modified time
    Searched refs:uninstallCertsAndKeys (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointProvider.java 179 uninstallCertsAndKeys();
191 uninstallCertsAndKeys();
204 uninstallCertsAndKeys();
210 uninstallCertsAndKeys();
226 public void uninstallCertsAndKeys() {
PasspointManager.java 266 mProviders.get(config.getHomeSp().getFqdn()).uninstallCertsAndKeys();
291 mProviders.get(fqdn).uninstallCertsAndKeys();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java 476 verify(provider).uninstallCertsAndKeys();
516 verify(provider).uninstallCertsAndKeys();
    [all...]
PasspointProviderTest.java 302 public void uninstallCertsAndKeys() throws Exception {
329 mProvider.uninstallCertsAndKeys();
    [all...]

Completed in 231 milliseconds