Searched refs:mAccessPointSsid (Results 1 – 1 of 1) sorted by relevance
191 private String mAccessPointSsid = ""; field in MultiNetworkConnectivityTestActivity280 mAccessPointSsid = editable.toString(); in setupUserInterface()281 Log.i(TAG, "Connecting to " + mAccessPointSsid); in setupUserInterface()314 return !(TextUtils.isEmpty(mAccessPointSsid) || TextUtils.isEmpty(mPskValue)); in isReadyToStart()434 wifiConfiguration.SSID = "\"" + mAccessPointSsid + "\""; in buildWifiConfiguration()449 if (mAccessPointSsid.equals(configuration.SSID)) { in getOrAddLegacyNetwork()460 Log.i(TAG, "Checking connected to expected " + mAccessPointSsid); in isConnectedToExpectedWifiNetwork()464 String failsafeSsid = String.format("\"%s\"", mAccessPointSsid); in isConnectedToExpectedWifiNetwork()465 Log.i(TAG, "Connected to " + wifiInfo.getSSID() + " expected " + mAccessPointSsid); in isConnectedToExpectedWifiNetwork()466 return mAccessPointSsid.equals(wifiInfo.getSSID()) in isConnectedToExpectedWifiNetwork()[all …]