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/avrcp/
H A DAvrcp.java923 public String getString(int attrId) { argument
927 switch (attrId) {

Completed in 257 milliseconds