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

  /frameworks/base/telephony/java/com/android/internal/telephony/
ApnSetting.java 40 public final String roamingProtocol;
58 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer) {
73 this.roamingProtocol = roamingProtocol;
126 String protocol, roamingProtocol;
133 roamingProtocol = RILConstants.SETUP_DATA_PROTOCOL_IP;
142 roamingProtocol = a[15];
152 a[9],a[4],a[5],authType,typeArray,protocol,roamingProtocol,carrierEnabled,bearer);
175 sb.append(", ").append(roamingProtocol);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 292 String roamingProtocol = parser.getAttributeValue(null, "roaming_protocol");
293 if (roamingProtocol != null) {
294 map.put(Telephony.Carriers.ROAMING_PROTOCOL, roamingProtocol);

Completed in 318 milliseconds