HomeSort by relevance Sort by last modified time
    Searched refs:attrId (Results 1 - 16 of 16) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 29 public static int getAttribute(Theme theme, int attrId) {
31 theme.resolveAttribute(attrId, outValue, true);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java 68 final Integer attrId = (Integer)NAMES_AND_ATTR_IDS[i + 1];
69 if (attrId != ATTR_UNDEFINED) {
70 ATTR_ID_TO_ICON_ID.put(attrId, iconId);
79 for (final Integer attrId : ATTR_ID_TO_ICON_ID.keySet()) {
81 final Drawable icon = keyboardAttrs.getDrawable(attrId);
83 final Integer iconId = ATTR_ID_TO_ICON_ID.get(attrId);
87 + keyboardAttrs.getResources().getResourceEntryName(attrId)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
XmlParseUtils.java 73 public static void checkAttributeExists(TypedArray attr, int attrId, String attrName,
75 if (attr.hasValue(attrId))
  /external/bluetooth/bluez/src/
sdpd-service.c 303 uint16_t attrId, lookAheadAttrId;
362 attrId = ntohs(bt_get_unaligned((uint16_t *) (p + attrSize)));
365 SDPDBG("DTD of attrId : %d Attr id : 0x%x", dtd, attrId);
370 SDPDBG("Attr id : 0x%x attrValueLength : %d", attrId, attrValueLength);
380 sdp_attr_replace(rec, attrId, pAttr);
sdp-xml.c 377 value->attrId);
device.c 817 uint16_t attrId;
821 DBUS_TYPE_UINT16, &attrId,
834 attr_data = sdp_data_get(rec, attrId);
    [all...]
  /frameworks/base/core/java/android/app/
AlertDialog.java 321 * @param attrId ID of a theme attribute that points to a drawable resource.
323 public void setIconAttribute(int attrId) {
325 mContext.getTheme().resolveAttribute(attrId, out, true);
470 * @param attrId ID of a theme attribute that points to a drawable resource.
472 public Builder setIconAttribute(int attrId) {
474 P.mContext.getTheme().resolveAttribute(attrId, out, true);
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 592 d->attrId = attr;
950 d->attrId = attr;
963 return d1->attrId - d2->attrId;
1389 SDPDBG("ATTRIBUTE IDENTIFIER : 0x%x\n", d->attrId);
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 517 uint16_t attrId;
526 attrId = sdpdata->attrId;
529 if (attrib_names[i].num == attrId) {
539 if (svc_attribs[i].num == attrId) {
546 printf("Attribute Identifier : 0x%x - %s\n", attrId, attrDef->name);
548 printf("Attribute Identifier : 0x%x\n", attrId);
730 if (attrib_names[i].num == data->attrId) {
736 printf("\tAttribute 0x%04x - %s\n", data->attrId, def->name);
738 printf("\tAttribute 0x%04x\n", data->attrId);
3762 sdp_list_t *attrid, *search, *seq, *next; local
4014 sdp_list_t *attrid; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 495 uint16_t attrId;
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 602 milliseconds