Home
last modified time | relevance | path

Searched defs:getAttr (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DBaseAccountType.java712 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr() method in BaseAccountType
716 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr() method in BaseAccountType
720 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr() method in BaseAccountType