Searched defs:haveExistingNetwork (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java468 setupMocksForConnectSequence(true /*haveExistingNetwork*/);
484 setupMocksForConnectSequence(true /*haveExistingNetwork*/);
1471 private void setupMocksForConnectSequence(final boolean haveExistingNetwork) throws Exception { argument
1480 if (haveExistingNetwork) {
1509 final boolean haveExistingNetwork, int numNetworkAdditions) throws Exception {
1510 if (haveExistingNetwork) {
1524 * @param haveExistingNetwork Removes the existing network.
1528 final int newFrameworkNetworkId, final boolean haveExistingNetwork) throws Exception {
1529 setupMocksForConnectSequence(haveExistingNetwork);
1533 validateConnectSequence(haveExistingNetwork,
1508 validateConnectSequence( final boolean haveExistingNetwork, int numNetworkAdditions) argument
1527 executeAndValidateConnectSequence( final int newFrameworkNetworkId, final boolean haveExistingNetwork) argument
[all...]

Completed in 49 milliseconds