Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothAvrcpPlayerSettings.java134 int numSettings = in.readInt(); in BluetoothAvrcpPlayerSettings() local
135 for (int i = 0; i < numSettings; i++) { in BluetoothAvrcpPlayerSettings()