Home | History | Annotate | Download | only in dataconnection

Lines Matching defs:bearer

89     private final int bearer;
151 * a network type bitmask instead of the deprecated bearer bitmask and bearer field.
158 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer,
184 this.bearer = bearer;
185 this.bearerBitmask = (bearerBitmask | ServiceState.getBitmaskForTech(bearer));
244 this.bearer = 0;
459 sb.append(", ").append(bearer);
688 && bearer == other.bearer
705 * Note: This method does not compare 'id', 'bearer', 'bearerBitmask', 'networkTypeBitmask'.