Searched defs:getAttr (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ | 
| D | ComparablePreferenceCategory.kt | 46         private fun getAttr(context: Context, attr: Int, fallbackAttr: Int): Int {  in getAttr()  method
  | 
| /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
  | 
| /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
  |