Searched refs:mSsid (Results 1 – 1 of 1) sorted by relevance
54 private TextView mSsid; field in WifiApDialog89 config.SSID = mSsid.getText().toString(); in getConfig()130 mSsid = (TextView) mView.findViewById(R.id.ssid); in onCreate()138 mSsid.setText(mWifiConfig.SSID); in onCreate()146 mSsid.addTextChangedListener(this); in onCreate()158 if ((mSsid != null && mSsid.length() == 0) || in validate()