Home
last modified time | relevance | path

Searched refs:numAttributes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/linter/java/android/adservices/parser/
DAndroidManifestParser.java86 final int numAttributes = parser.getAttributeCount(); in componentHasAdservicesProcess() local
88 for (int attrIdx = 0; attrIdx < numAttributes; attrIdx++) { in componentHasAdservicesProcess()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAndroidManifestConfigParser.java109 final int numAttributes = parser.getAttributeCount(); in getResourceIdIfAdServicesProperty() local
110 for (int attrIndex = 0; attrIndex < numAttributes; attrIndex++) { in getResourceIdIfAdServicesProperty()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java177 void onTrackChanged(byte[] address, byte numAttributes, int[] attributes, String[] attribVals) { in onTrackChanged() argument
181 mAvrcpController.onTrackChanged(device, numAttributes, attributes, attribVals); in onTrackChanged()
DAvrcpControllerService.java533 BluetoothDevice device, byte numAttributes, int[] attributes, String[] attribVals) { in onTrackChanged() argument