Searched defs:getAttribute (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DThemeUtils.java29 public static int getAttribute(Theme theme, int attrId) { method in class:ThemeUtils
39 return getAttribute(theme, android.R.attr.selectableItemBackground);
46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator);
/packages/apps/Mms/src/com/android/mms/dom/
H A DElementImpl.java44 public String getAttribute(String name) { method in class:ElementImpl

Completed in 140 milliseconds