/frameworks/base/core/java/android/content/pm/parsing/component/ |
D | ParsedAttributionUtils.java | 47 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestAttribution); in parseAttribution() 86 sa = res.obtainAttributes(parser, in parseAttribution()
|
D | ParsedPermissionUtils.java | 51 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermission); in parsePermission() 138 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermissionTree); in parsePermissionTree() 180 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestPermissionGroup); in parsePermissionGroup()
|
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 | ParsedProviderUtils.java | 63 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestProvider); in parseProvider() 208 TypedArray sa = resources.obtainAttributes(parser, in parseGrantUriPermission() 262 TypedArray sa = resources.obtainAttributes(parser, in parsePathPermission()
|
D | ParsedInstrumentationUtils.java | 44 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestInstrumentation); in parseInstrumentation()
|
D | ParsedIntentInfoUtils.java | 54 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestIntentFilter); in parseIntentInfo() 164 TypedArray sa = resources.obtainAttributes(parser, R.styleable.AndroidManifestData); in parseData()
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
D | NfcFServiceInfo.java | 131 TypedArray sa = res.obtainAttributes(attrs, in NfcFServiceInfo() 150 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo() 162 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo() 175 final TypedArray a = res.obtainAttributes(attrs, in NfcFServiceInfo()
|
D | ApduServiceInfo.java | 178 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo() 194 TypedArray sa = res.obtainAttributes(attrs, in ApduServiceInfo() 230 final TypedArray groupAttrs = res.obtainAttributes(attrs, in ApduServiceInfo() 263 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 275 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo() 289 final TypedArray a = res.obtainAttributes(attrs, in ApduServiceInfo()
|
/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() 459 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseCategory() 474 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetAttributes() 490 final TypedArray sa = service.mContext.getResources().obtainAttributes(attrs, in parseShareTargetData()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ParsingPackageUtils.java | 487 final TypedArray manifestArray = res.obtainAttributes(parser, R.styleable.AndroidManifest); in parseBaseApk() 578 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestApplication); in parseSplitApplication() 906 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestKeySet); in parseKeySets() 922 TypedArray sa = res.obtainAttributes(parser, in parseKeySets() 962 TypedArray sa = res.obtainAttributes(parser, in parseKeySets() 1064 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestUsesPermission); in parseUsesPermission() 1130 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestUsesConfiguration); in parseUsesConfiguration() 1174 TypedArray sa = res.obtainAttributes(attrs, R.styleable.AndroidManifestUsesFeature); in parseFeatureInfo() 1235 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestUsesSdk); in parseUsesSdk() 1342 TypedArray sa = res.obtainAttributes(parser, R.styleable.AndroidManifestExtensionSdk); in parseExtensionSdk() [all …]
|
/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 | CycleInterpolator.java | 51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator); in CycleInterpolator()
|
D | AnticipateInterpolator.java | 60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator); in AnticipateInterpolator()
|
D | OvershootInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator); in OvershootInterpolator()
|
D | DecelerateInterpolator.java | 61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator); in DecelerateInterpolator()
|
D | AccelerateInterpolator.java | 68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator); in AccelerateInterpolator()
|
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() 347 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key() 360 a = res.obtainAttributes(Xml.asAttributeSet(parser), in Key() 887 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), in parseKeyboardAttributes()
|
/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/view/textservice/ |
D | SpellCheckerInfo.java | 97 TypedArray sa = res.obtainAttributes(attrs, in SpellCheckerInfo() 114 final TypedArray a = res.obtainAttributes( in SpellCheckerInfo()
|
/frameworks/base/core/java/android/service/autofill/ |
D | AutofillServiceInfo.java | 138 afsAttributes = resources.obtainAttributes(allAttributes, in AutofillServiceInfo() 179 cpAttributes = resources.obtainAttributes(allAttributes, in parseCompatibilityPackages()
|
/frameworks/base/core/java/android/content/res/ |
D | FontResourcesParser.java | 164 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamily); in readFamily() 219 TypedArray array = resources.obtainAttributes(attrs, R.styleable.FontFamilyFont); in readFont()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/ |
D | BenchmarkRegistry.java | 124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup() 133 res.obtainAttributes(Xml.asAttributeSet(parser), R.styleable.Benchmark); in parseBenchmarkGroup()
|