HomeSort by relevance Sort by last modified time
    Searched defs:roamingProtocol (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 43 public final String roamingProtocol;
61 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer) {
76 this.roamingProtocol = roamingProtocol;
127 String protocol, roamingProtocol;
134 roamingProtocol = RILConstants.SETUP_DATA_PROTOCOL_IP;
143 roamingProtocol = a[15];
153 a[9],a[4],a[5],authType,typeArray,protocol,roamingProtocol,carrierEnabled,bearer);
177 sb.append(", ").append(roamingProtocol);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 305 String roamingProtocol = parser.getAttributeValue(null, "roaming_protocol");
306 if (roamingProtocol != null) {
307 map.put(Telephony.Carriers.ROAMING_PROTOCOL, roamingProtocol);

Completed in 49 milliseconds