Searched refs:numAttributes (Results 1 – 4 of 4) sorted by relevance
86 final int numAttributes = parser.getAttributeCount(); in componentHasAdservicesProcess() local88 for (int attrIdx = 0; attrIdx < numAttributes; attrIdx++) { in componentHasAdservicesProcess()
109 final int numAttributes = parser.getAttributeCount(); in getResourceIdIfAdServicesProperty() local110 for (int attrIndex = 0; attrIndex < numAttributes; attrIndex++) { in getResourceIdIfAdServicesProperty()
177 void onTrackChanged(byte[] address, byte numAttributes, int[] attributes, String[] attribVals) { in onTrackChanged() argument181 mAvrcpController.onTrackChanged(device, numAttributes, attributes, attribVals); in onTrackChanged()
533 BluetoothDevice device, byte numAttributes, int[] attributes, String[] attribVals) { in onTrackChanged() argument