Searched defs:getAttr (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/utils/ |
D | CarUiUtils.java | 267 public static int getAttr(@NonNull Context context, int attr, int fallbackAttr) { in getAttr() method in CarUiUtils
|
/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 | 688 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) { in getAttr() method in BaseAccountType 692 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) { in getAttr() method in BaseAccountType 696 private static String getAttr(AttributeSet attrs, String attribute) { in getAttr() method in BaseAccountType
|