Searched refs:prepareForForcedConnection (Results 1 – 4 of 4) sorted by relevance
1030 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in validateSuccessfulConnectSequence()1038 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in validateFailureConnectSequence()1155 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in triggerConnectFromNonSettingsApp()2407 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in triggerConnectWithNoNetworkRequestAndAlreadyConnectedButNonPrivilegedApp()2652 verify(mWifiConnectivityManager).prepareForForcedConnection(FRAMEWORK_NETWORK_ID + 1); in connectWhileObtainingIp()
1948 mWifiConnectivityManager.prepareForForcedConnection(CANDIDATE_NETWORK_ID); in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()4669 mWifiConnectivityManager.prepareForForcedConnection(1); in clearBssidBlocklistWhenPreparingForForcedConnection()
3351 public void prepareForForcedConnection(int netId) { in prepareForForcedConnection() method in WifiConnectivityManager
1516 mWifiConnectivityManager.prepareForForcedConnection(netId); in connectToUserSelectNetwork()