Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpVolumeManager.java41 private static final String VOLUME_MAP = "bluetooth_volume_map"; field in AvrcpVolumeManager
73 return mContext.getSharedPreferences(VOLUME_MAP, Context.MODE_PRIVATE); in getVolumeMap()