Searched defs:getAttr (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | BaseAccountType.java | 147 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
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | BaseAccountType.java | 683 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
|