/frameworks/base/core/java/com/android/internal/pm/pkg/component/ |
D | ParsedAttributionUtils.java | 49 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestAttribution); in parseAttribution() 83 sa = res.obtainAttributes(parser, in parseAttribution()
|
D | ParsedProcessUtils.java | 49 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestDenyPermission); in parseDenyPermission() 67 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestAllowPermission); in parseAllowPermission() 86 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestProcess); in parseProcess()
|
D | ParsedPermissionUtils.java | 59 try (TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermission)) { in parsePermission() 176 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermissionTree); in parsePermissionTree() 222 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermissionGroup); in parsePermissionGroup()
|
D | ParsedIntentInfoUtils.java | 62 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestIntentFilter); in parseIntentInfo() 183 TypedArray sa = res.obtainAttributes(parser, in parseRelRefGroup() 234 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestData); in parseRelRefGroupData() 375 TypedArray sa = resources.obtainAttributes(parser, R.styleable.AndroidManifestData); in parseData()
|
D | ParsedApexSystemServiceUtils.java | 41 TypedArray sa = res.obtainAttributes(parser, in parseApexSystemService()
|
D | ParsedProviderUtils.java | 66 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestProvider); in parseProvider() 228 TypedArray sa = resources.obtainAttributes(parser, in parseGrantUriPermission() 285 TypedArray sa = resources.obtainAttributes(parser, in parsePathPermission()
|
D | ParsedInstrumentationUtils.java | 48 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestInstrumentation); in parseInstrumentation()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutParser.java | 355 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategories() 372 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShortcutAttributes() 467 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategory() 482 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetAttributes() 498 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetData()
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackageUtils.java | 719 final TypedArray manifestArray = res.obtainAttributes(parser, R.styleable.AndroidManifest); 814 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestApplication); 1197 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestKeySet); 1213 TypedArray sa = res.obtainAttributes(parser, 1254 TypedArray sa = res.obtainAttributes(parser, 1372 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestUsesPermission); 1506 final TypedArray sa = res.obtainAttributes(attrs, 1521 final TypedArray sa = res.obtainAttributes(attrs, 1537 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestUsesConfiguration); 1581 TypedArray sa = res.obtainAttributes(attrs, R.styleable.AndroidManifestUsesFeature); [all …]
|
/frameworks/base/nfc/java/android/nfc/cardemulation/ |
D | NfcFServiceInfo.java | 153 TypedArray sa = res.obtainAttributes(attrs, in NfcFServiceInfo() 172 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo() 184 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo() 197 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
|
D | ApduServiceInfo.java | 264 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo() 286 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo() 332 final TypedArray groupAttrs = res.obtainAttributes(attrs, in ApduServiceInfo() 365 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 377 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 391 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 405 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 422 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
|
/frameworks/base/test-mock/api/ |
D | lint-baseline.txt | 132 MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int… 133 Missing nullability on method `obtainAttributes` return 134 MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int… 135 Missing nullability on parameter `set` in method `obtainAttributes` 136 MissingNullability: android.test.mock.MockResources#obtainAttributes(android.util.AttributeSet, int… 137 Missing nullability on parameter `attrs` in method `obtainAttributes`
|
/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
D | AnimationScaleListDrawable.java | 80 final TypedArray a = obtainAttributes(r, theme, attrs, in inflate() 112 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
|
/frameworks/base/core/java/android/view/animation/ |
D | OvershootInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator); in OvershootInterpolator()
|
D | AnticipateInterpolator.java | 60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator); in AnticipateInterpolator()
|
D | CycleInterpolator.java | 51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
|
D | AccelerateInterpolator.java | 68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator); in AccelerateInterpolator()
|
D | DecelerateInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator); in DecelerateInterpolator()
|
D | AnticipateOvershootInterpolator.java | 77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator); in AnticipateOvershootInterpolator()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 200 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in Row() 215 a = res.obtainAttributes(Xml.asAttributeSet(parser), in Row() 348 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key() 361 a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key() 888 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in parseKeyboardAttributes()
|
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerInfo.java | 97 TypedArray sa = res.obtainAttributes(attrs, in SpellCheckerInfo() 114 final TypedArray a = res.obtainAttributes( in SpellCheckerInfo()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimationDrawable.java | 293 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); in inflate() 320 final TypedArray a = obtainAttributes(r, theme, attrs, in inflateChildElements()
|
D | PaintDrawable.java | 76 TypedArray a = r.obtainAttributes(attrs, in inflateTag()
|
/frameworks/base/core/java/android/app/ |
D | LocaleConfig.java | 205 TypedArray att = res.obtainAttributes( in parseLocaleConfig() 215 final TypedArray attributes = res.obtainAttributes( in parseLocaleConfig()
|
/frameworks/base/core/java/android/content/res/ |
D | FontResourcesParser.java | 171 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); in readFamily() 235 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); in readFont()
|