Home | History | Annotate | Download | only in settings

Lines Matching defs:mProtocol

84     private ListPreference mProtocol;
177 mProtocol = (ListPreference) findPreference(KEY_PROTOCOL);
178 mProtocol.setOnPreferenceChangeListener(this);
290 mProtocol.setValue(mCursor.getString(PROTOCOL_INDEX));
324 mProtocol.setSummary(
325 checkNull(protocolDescription(mProtocol.getValue(), mProtocol)));
420 String protocol = protocolDescription((String) newValue, mProtocol);
424 mProtocol.setSummary(protocol);
425 mProtocol.setValue((String) newValue);
559 values.put(Telephony.Carriers.PROTOCOL, checkNotSet(mProtocol.getValue()));