Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/BluetoothLegacyMigration/
DBluetoothLegacyMigration.kt44 private const val VOLUME_MAP = "bluetooth_volume_map" constant
236 VOLUME_MAP, in call()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java59 private static final String VOLUME_MAP = "bluetooth_volume_map"; field in AvrcpVolumeManager
114 return mContext.getSharedPreferences(VOLUME_MAP, Context.MODE_PRIVATE); in getVolumeMap()