Searched defs:syncRemovePasspointConfig (Results 1 - 2 of 2) sorted by path

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1981 public boolean syncRemovePasspointConfig(AsyncChannel channel, String fqdn) { method in class:WifiStateMachine
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java1720 * Verify that syncRemovePasspointConfig will redirect calls to {@link PasspointManager}
1724 public void syncRemovePasspointConfig() throws Exception { method in class:WifiStateMachineTest
1728 assertTrue(mWsm.syncRemovePasspointConfig(mWsmAsyncChannel, fqdn));
1734 assertFalse(mWsm.syncRemovePasspointConfig(mWsmAsyncChannel, fqdn));
1739 * Verify that syncRemovePasspointConfig will redirect calls to {@link PasspointManager}
1745 syncRemovePasspointConfig();

Completed in 43 milliseconds