Searched refs:attrIndex (Results 1 – 3 of 3) sorted by relevance
110 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() argument145 return attr.equals(parser.getAttributeName(attrIndex)); in isAttributeType()
140 for (int attrIndex = 0; attrIndex < allAudioAttributes.length; attrIndex++) { in setupAudioDynamicRoutingForGroup()141 AudioAttributes attributes = allAudioAttributes[attrIndex]; in setupAudioDynamicRoutingForGroup()
441 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()