Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHearingAid.java129 public static final int SIDE_LEFT = IBluetoothHearingAid.SIDE_LEFT; field in BluetoothHearingAid
682 return SIDE_LEFT; in getDeviceSide()
685 return SIDE_LEFT; in getDeviceSide()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidProfile.java203 return BluetoothHearingAid.SIDE_LEFT; in getDeviceSide()