Home
last modified time | relevance | path

Searched refs:allAttributes (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java146 final AttributeSet allAttributes = Xml.asAttributeSet(parser); in AutofillServiceInfo() local
149 afsAttributes = resources.obtainAttributes(allAttributes, in AutofillServiceInfo()
191 final AttributeSet allAttributes = Xml.asAttributeSet(parser); in parseCompatibilityPackages() local
193 cpAttributes = resources.obtainAttributes(allAttributes, in parseCompatibilityPackages()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureServiceInfo.java120 final AttributeSet allAttributes = Xml.asAttributeSet(parser); in ContentCaptureServiceInfo() local
123 afsAttributes = resources.obtainAttributes(allAttributes, in ContentCaptureServiceInfo()
/aosp14/frameworks/base/core/java/android/service/translation/
H A DTranslationServiceInfo.java131 final AttributeSet allAttributes = Xml.asAttributeSet(parser); in TranslationServiceInfo() local
134 afsAttributes = resources.obtainAttributes(allAttributes, in TranslationServiceInfo()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityShortcutInfo.java142 final AttributeSet allAttributes = Xml.asAttributeSet(parser); in AccessibilityShortcutInfo() local
145 final TypedArray asAttributes = resources.obtainAttributes(allAttributes, in AccessibilityShortcutInfo()
H A DAccessibilityServiceInfo.java686 AttributeSet allAttributes = Xml.asAttributeSet(parser); in AccessibilityServiceInfo() local
689 TypedArray asAttributes = resources.obtainAttributes(allAttributes, in AccessibilityServiceInfo()
/aosp14/frameworks/base/core/java/android/printservice/
H A DPrintServiceInfo.java147 AttributeSet allAttributes = Xml.asAttributeSet(parser); in create() local
148 TypedArray attributes = resources.obtainAttributes(allAttributes, in create()
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletServiceInfo.java181 final AttributeSet allAttributes = Xml.asAttributeSet(parser); in parseServiceMetadata() local
184 afsAttributes = resources.obtainAttributes(allAttributes, in parseServiceMetadata()
/aosp14/frameworks/base/core/java/android/service/credentials/
H A DCredentialProviderInfoFactory.java260 final AttributeSet allAttributes = Xml.asAttributeSet(parser); in extractXmlMetadata() local
265 allAttributes, in extractXmlMetadata()