Searched refs:prepareForForcedConnection (Results 1 – 4 of 4) sorted by relevance
548 mWifiConnectivityManager.prepareForForcedConnection(CANDIDATE_NETWORK_ID); in connectionAttemptNotRateLimitedWhenScreenOffAfterUserSelection()1640 mWifiConnectivityManager.prepareForForcedConnection(1); in clearBssidBlacklistWhenPreparingForForcedConnection()
923 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in validateSuccessfulConnectSequence()931 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in validateFailureConnectSequence()972 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in triggerConnectFromNonSettingsApp()1377 verify(mWifiConnectivityManager).prepareForForcedConnection(eq(config.networkId)); in triggerConnectWithNoNetworkRequestAndAlreadyConnectedButNonPrivilegedApp()
1264 public void prepareForForcedConnection(int netId) { in prepareForForcedConnection() method in WifiConnectivityManager
1193 mWifiConnectivityManager.prepareForForcedConnection(netId); in connectToUserSelectNetwork()