Searched refs:mRoamingProtocol (Results 1 – 1 of 1) sorted by relevance
84 private ListPreference mRoamingProtocol; field in ApnEditor184 mRoamingProtocol = (ListPreference) findPreference(KEY_ROAMING_PROTOCOL); in onCreate()185 mRoamingProtocol.setOnPreferenceChangeListener(this); in onCreate()303 mRoamingProtocol.setValue(mCursor.getString(ROAMING_PROTOCOL_INDEX)); in fillUi()366 mRoamingProtocol.setSummary( in fillUi()367 checkNull(protocolDescription(mRoamingProtocol.getValue(), mRoamingProtocol))); in fillUi() local491 String protocol = protocolDescription((String) newValue, mRoamingProtocol); in onPreferenceChange()495 mRoamingProtocol.setSummary(protocol); in onPreferenceChange()496 mRoamingProtocol.setValue((String) newValue); in onPreferenceChange()624 values.put(Telephony.Carriers.ROAMING_PROTOCOL, checkNotSet(mRoamingProtocol.getValue())); in validateAndSave()