Searched refs:mAccessPointSsid (Results 1 – 1 of 1) sorted by relevance
181 private String mAccessPointSsid = ""; field in MultiNetworkConnectivityTestActivity297 mAccessPointSsid)) in requestUserConnectToApAsync()345 mAccessPointSsid = editable.toString(); in setupUserInterface()346 Log.i(TAG, "Connecting to " + mAccessPointSsid); in setupUserInterface()379 return !(TextUtils.isEmpty(mAccessPointSsid) || TextUtils.isEmpty(mPskValue)); in isReadyToStart()500 Log.i(TAG, "Checking connected to expected " + mAccessPointSsid); in isConnectedToExpectedWifiNetwork()504 String failsafeSsid = String.format("\"%s\"", mAccessPointSsid); in isConnectedToExpectedWifiNetwork()505 Log.i(TAG, "Connected to " + wifiInfo.getSSID() + " expected " + mAccessPointSsid); in isConnectedToExpectedWifiNetwork()506 return mAccessPointSsid.equals(wifiInfo.getSSID()) in isConnectedToExpectedWifiNetwork()600 .setSsid(mAccessPointSsid) in connectToWifiNetworkWithNoInternet()