Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java683 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr() method in BaseAccountType
687 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr() method in BaseAccountType
691 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr() method in BaseAccountType
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DBaseAccountType.java147 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr() method in BaseAccountType
151 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr() method in BaseAccountType
155 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr() method in BaseAccountType