HomeSort by relevance Sort by last modified time
    Searched full:service_class (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallForwardInfo.java 29 public int serviceClass; /* Sum of CommandsInterface.SERVICE_CLASS */
CommandsInterface.java 93 static final int SERVICE_CLASS_MAX = (1 << 7); // Max SERVICE_CLASS value
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 150 String propertyName = SERVICE_CLASS.getName() + ":" + uri;
249 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName());
351 private static final Class SERVICE_CLASS = XPathFactory.class;
352 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 157 String propertyName = SERVICE_CLASS.getName() + ":" + schemaLanguage;
274 if (debug) debugPrintln(className+" is not assignable to "+SERVICE_CLASS.getName());
391 private static final Class SERVICE_CLASS = SchemaFactory.class;
392 private static final String SERVICE_ID = "META-INF/services/" + SERVICE_CLASS.getName();
  /external/bluetooth/bluedroid/bta/sys/
utl.c 210 /* clear out the bits that is not SERVICE_CLASS bits */
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 178 UINT16 service_class; local
280 BTM_COD_SERVICE_CLASS(service_class, p_cod);
282 cod_limited = (service_class & BTM_COD_SERVICE_LMTD_DISCOVER) ? TRUE : FALSE;
288 service_class |= BTM_COD_SERVICE_LMTD_DISCOVER;
290 service_class &= ~BTM_COD_SERVICE_LMTD_DISCOVER;
292 FIELDS_TO_COD(cod, minor, major, service_class);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 792 /* clear out the bits that is not SERVICE_CLASS bits */
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 2580 UINT16 service_class; local
4773 UINT16 service_class; local
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 930 * {SERVICE_CLASS, MAJOR_CLASS, MINOR_CLASS}
932 * SERVICE_CLASS:0x5A (Bit17 -Networking,Bit19 - Capturing,Bit20 -Object Transfer,Bit22 -Telephony)
    [all...]

Completed in 600 milliseconds