Home | History | Annotate | Download | only in wifi

Lines Matching refs:mFqdn

161     private String mFqdn;
192 mFqdn = savedState.getString(KEY_FQDN);
215 mFqdn = config.getHomeSp().getFqdn();
439 return mFqdn;
593 } else if (mFqdn != null) {
884 return mFqdn != null;
964 if (mFqdn != null) {
965 savedState.putString(KEY_FQDN, mFqdn);