Searched defs:bearer (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnSetting.java55 public final int bearer; field in class:ApnSetting
61 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer) {
78 this.bearer = bearer;
97 * <type>[| <type>...], <protocol>, <roaming_protocol>, <carrierEnabled>, <bearer>
129 int bearer;
136 bearer = 0;
149 bearer = Integer.parseInt(a[17]);
153 a[9],a[4],a[5],authType,typeArray,protocol,roamingProtocol,carrierEnabled,bearer);
179 sb.append(", ").append(bearer);
57 ApnSetting(int id, String numeric, String carrier, String apn, String proxy, String port, String mmsc, String mmsProxy, String mmsPort, String user, String password, int authType, String[] types, String protocol, String roamingProtocol, boolean carrierEnabled, int bearer) argument
[all...]

Completed in 166 milliseconds