Searched refs:prepareForForcedConnection (Results 1 – 4 of 4) sorted by relevance
918 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in validateSuccessfulConnectSequence()927 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in validateFailureConnectSequence()969 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in triggerConnectFromNonSettingsApp()1469 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in triggerConnectWithNoNetworkRequestAndAlreadyConnectedButNonPrivilegedApp()1686 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in connectWhileObtainingIp()
681 mWifiConnectivityManager.prepareForForcedConnection(CANDIDATE_NETWORK_ID); in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()2248 mWifiConnectivityManager.prepareForForcedConnection(1); in clearBssidBlocklistWhenPreparingForForcedConnection()
1832 public void prepareForForcedConnection(int netId) { in prepareForForcedConnection() method in WifiConnectivityManager
1222 mWifiConnectivityManager.prepareForForcedConnection(netId); in connectToUserSelectNetwork()