Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DBaseAccountType.java685 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr() method in BaseAccountType
689 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr() method in BaseAccountType
693 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr() method in BaseAccountType