Home | History | Annotate | Download | only in settings

Lines Matching refs:setSummary

339         mName.setSummary(checkNull(mName.getText()));
340 mApn.setSummary(checkNull(mApn.getText()));
341 mProxy.setSummary(checkNull(mProxy.getText()));
342 mPort.setSummary(checkNull(mPort.getText()));
343 mUser.setSummary(checkNull(mUser.getText()));
344 mServer.setSummary(checkNull(mServer.getText()));
345 mPassword.setSummary(starify(mPassword.getText()));
346 mMmsProxy.setSummary(checkNull(mMmsProxy.getText()));
347 mMmsPort.setSummary(checkNull(mMmsPort.getText()));
348 mMmsc.setSummary(checkNull(mMmsc.getText()));
349 mMcc.setSummary(checkNull(mMcc.getText()));
350 mMnc.setSummary(checkNull(mMnc.getText()));
351 mApnType.setSummary(checkNull(mApnType.getText()));
359 mAuthType.setSummary(values[authValIndex]);
361 mAuthType.setSummary(sNotSet);
364 mProtocol.setSummary(
366 mRoamingProtocol.setSummary(
368 mBearerMulti.setSummary(
370 mMvnoType.setSummary(
372 mMvnoMatchData.setSummary(checkNull(mMvnoMatchData.getText()));
479 mAuthType.setSummary(values[index]);
488 mProtocol.setSummary(protocol);
495 mRoamingProtocol.setSummary(protocol);
503 mBearerMulti.setSummary(bearer);
510 mMvnoType.setSummary(mvno);
760 pref.setSummary(starify(sharedPreferences.getString(key, "")));
764 pref.setSummary(checkNull(sharedPreferences.getString(key, "")));