Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DComparablePreferenceCategory.kt46 private fun getAttr(context: Context, attr: Int, fallbackAttr: Int): Int { in getAttr() method
/packages/apps/Contacts/src/com/android/contacts/model/account/
DBaseAccountType.java688 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
/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