Home
last modified time | relevance | path

Searched refs:attrIndex (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAndroidManifestConfigParser.java110 for (int attrIndex = 0; attrIndex < numAttributes; attrIndex++) { in getResourceIdIfAdServicesProperty()
111 if (isAttributeType(parser, NAME_ATTRIBUTE, attrIndex)) { in getResourceIdIfAdServicesProperty()
112 final String attributeVal = parser.getAttributeValue(attrIndex); in getResourceIdIfAdServicesProperty()
115 } else if (isAttributeType(parser, RESOURCE_ATTRIBUTE, attrIndex)) { in getResourceIdIfAdServicesProperty()
116 final String attributeVal = parser.getAttributeValue(attrIndex); in getResourceIdIfAdServicesProperty()
144 @NonNull XmlResourceParser parser, @NonNull String attr, int attrIndex) { in isAttributeType() argument
145 return attr.equals(parser.getAttributeName(attrIndex)); in isAttributeType()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioDynamicRouting.java140 for (int attrIndex = 0; attrIndex < allAudioAttributes.length; attrIndex++) { in setupAudioDynamicRoutingForGroup()
141 AudioAttributes attributes = allAudioAttributes[attrIndex]; in setupAudioDynamicRoutingForGroup()
DCarVolumeGroup.java441 for (int attrIndex = 0; attrIndex < attributes.length; attrIndex++) { in getAllSupportedUsagesForAddress()
442 int usage = attributes[attrIndex].getSystemUsage(); in getAllSupportedUsagesForAddress()
999 for (int attrIndex = 0; attrIndex < contextAttributes.length; attrIndex++) { in getAudioAttributes()
1000 audioAttributes.add(contextAttributes[attrIndex]); in getAudioAttributes()