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

/packages/apps/Contacts/src/com/android/contacts/util/
H A DThemeUtils.java29 public static int getAttribute(Theme theme, int attrId) { argument
31 theme.resolveAttribute(attrId, outValue, true);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DXmlParseUtils.java74 public static void checkAttributeExists(final TypedArray attr, final int attrId, argument
77 if (attr.hasValue(attrId)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DAvrcp.java674 private String getAttributeString(int attrId) { argument
676 switch (attrId) {
699 if (DEBUG) Log.v(TAG, "getAttributeString:attrId=" + attrId + " str=" + attrStr);

Completed in 1072 milliseconds