Home | History | Annotate | Download | only in settings

Lines Matching refs:mMmsProxy

93     private EditTextPreference mMmsProxy;
190 mMmsProxy = (EditTextPreference) findPreference("apn_mms_proxy");
370 return mMmsProxy;
425 mMmsProxy.setEnabled(false);
481 mMmsProxy.setText(mCursor.getString(MMSPROXY_INDEX));
553 mMmsProxy.setSummary(checkNull(mMmsProxy.getText()));
896 checkNotSet(mMmsProxy.getText()),