Home | History | Annotate | Download | only in network

Lines Matching defs:mProtocol

113     ListPreference mProtocol;
224 mProtocol = (ListPreference) findPreference(KEY_PROTOCOL);
413 return mProtocol;
461 mProtocol.setEnabled(false);
513 mProtocol.setValue(mApnData.getString(PROTOCOL_INDEX));
575 mProtocol.setSummary(checkNull(protocolDescription(mProtocol.getValue(), mProtocol)));
680 String protocol = protocolDescription((String) newValue, mProtocol);
684 mProtocol.setSummary(protocol);
685 mProtocol.setValue((String) newValue);
936 checkNotSet(mProtocol.getValue()),