HomeSort by relevance Sort by last modified time
    Searched full:bearer (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /device/sample/etc/
apns-conf_verizon.xml 57 bearer="6"
66 bearer="7"
75 bearer="8"
84 bearer="12"
95 bearer="14"
104 bearer="14"
113 bearer="14"
123 bearer="14"
132 bearer="14"
141 bearer="14
    [all...]
test-apns-conf_verizon.xml 60 bearer="14"
69 bearer="14"
78 bearer="14"
90 bearer="14"
99 bearer="14"
108 bearer="14"
117 bearer="14"
129 bearer="14"
138 bearer="14"
147 bearer="14
    [all...]
  /device/samsung/toroplus/
test-apns-conf_sprint.xml 31 bearer="14"
44 bearer="14"
54 bearer="14"
64 bearer="14"
77 bearer="14"
87 bearer="14"
97 bearer="14"
110 bearer="13"
123 bearer="13"
133 bearer="13
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVectorHeader.java 80 * xdsl-charging-info = bras SEMI auth-token [SEMI xDSL-bearer-info] *(SEMI extension-param)
82 * xDSL-bearer-info = "dsl-bearer-info" EQUAL LDQUOT dsl-bearer-info *(COMMA dsl-bearer-info) RDQUOT
83 * dsl-bearer-info = dsl-bearer-item SEMI dsl-bearer-sig SEMI dslcid [SEMI flow-id]
84 * dsl-bearer-item = "dsl-bearer-item" EQUAL DIGI
    [all...]
ParameterNamesIms.java 64 public static final String DSL_BEARER_INFO = "dsl-bearer-info";
65 public static final String DSL_BEARER_ITEM = "dsl-bearer-item";
66 public static final String DSL_BEARER_SIG = "dsl-bearer-sig";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 55 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; local
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);
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cfg.c 31 #define BTA_AG_CIND_INFO "(\"call\",(0,1)),(\"callsetup\",(0-3)),(\"service\",(0-3)),(\"signal\",(0-6)),(\"roam\",(0,1)),(\"battchg\",(0-5)),(\"callheld\",(0-2)),(\"bearer\",(0-7))"
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java 50 assertEquals(a1.bearer, a2.bearer);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 151 "bearer INTEGER," +
231 // Add carrier_enabled, bearer fields to the APN. The XML file does not change.
235 " ADD COLUMN bearer INTEGER DEFAULT 0;");
318 String bearer = parser.getAttributeValue(null, "bearer"); local
319 if (bearer != null) {
320 map.put(Telephony.Carriers.BEARER, Integer.parseInt(bearer));
381 if (row.containsKey(Telephony.Carriers.BEARER) == false) {
382 row.put(Telephony.Carriers.BEARER, 0)
    [all...]
  /external/mtpd/
pptp.c 103 uint32_t bearer; member in struct:packet::__anon12300::__anon12301::__anon12303::__anon12304
113 uint32_t bearer; member in struct:packet::__anon12300::__anon12301::__anon12303::__anon12305
225 outgoing.sccrq.bearer = htonl(3);
295 outgoing.ocrq.bearer = htonl(3);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 100 * The 6-bit bearer reply parameter is used to request the return of a
120 * encoded bearer data
BearerData.java 38 * An object to encode and decode CDMA SMS bearer data.
44 * Bearer Data Subparameter Identifiers
    [all...]
  /packages/apps/Settings/res/xml/
apn_editor.xml 139 android:title="@string/bearer"
140 android:key="bearer"
  /external/webkit/Source/WebCore/
features.pri 145 # Bearer management is part of Qt 4.7
146 # for older version, check for mobility with bearer
151 contains(MOBILITY_CONFIG, bearer) {
WebCore.pri 240 # Bearer management is part of Qt 4.7, so don't accidentially
244 MOBILITY *= bearer
  /external/libpcap/
atmuni31.h 70 #define B_BEARER 0x5e /* broadband bearer capability */
  /external/tcpdump/
atmuni31.h 70 #define B_BEARER 0x5e /* broadband bearer capability */
print-l2tp.c 80 #define L2TP_AVP_BEARER_CAP 4 /* Bearer Capabilities */
94 #define L2TP_AVP_BEARER_TYPE 18 /* Bearer Type */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java 181 * BIP (Bearer Independent Protocol) is the mechanism for SIM card applications
ResultCode.java 151 /** Bearer Independent Protocol error */
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 59 private final static String KEY_BEARER = "bearer";
121 Telephony.Carriers.BEARER, // 18
425 String bearer = bearerDescription((String) newValue); local
426 if (bearer == null) {
430 mBearer.setSummary(bearer);
568 values.put(Telephony.Carriers.BEARER, Integer.parseInt(bearerVal));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 52 * bearer data and then convert it to an SmsMessage.
76 * Initialize a BitwiseOutputStream with the CDMA bearer data subparameters except for
111 * Write the bearer data array to the parcel, then return a new SmsMessage from the parcel.
113 * @param bearerData the bearer data byte array to append to the parcel
528 // Rlog.d("CdmaSmsCbTest", "trying random bearer data run " + run + " length " + len);
576 * write the bearer data and then convert it to an SmsMessage.
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 318 #define BTA_AG_IND_BEARER 8 /* position of bearer indicator */
345 /* bearer indicator values */
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 416 * are {@code equals()}, then the intersection's type bearer
418 * type bearer is the {@code getType()} of this instance.</li>
513 * the type bearer is replaced by the actual underlying type
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 421 * are {@code equals()}, then the intersection's type bearer
423 * type bearer is the {@code getType()} of this instance.</li>
518 * the type bearer is replaced by the actual underlying type

Completed in 1574 milliseconds

1 2 3 4