Home | History | Annotate | Download | only in settings

Lines Matching refs:PROTOCOL

114             Telephony.Carriers.PROTOCOL, // 16
321 * raw value of the protocol preference (e.g., "IPV4V6"). If unknown,
324 private String protocolDescription(String raw, ListPreference protocol) {
325 int protocolIndex = protocol.findIndexOfValue(raw);
365 String protocol = protocolDescription((String) newValue, mProtocol);
366 if (protocol == null) {
369 mProtocol.setSummary(protocol);
372 String protocol = protocolDescription((String) newValue, mRoamingProtocol);
373 if (protocol == null) {
376 mRoamingProtocol.setSummary(protocol);
497 values.put(Telephony.Carriers.PROTOCOL, checkNotSet(mProtocol.getValue()));