Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidInfo.java33 DeviceSide.SIDE_INVALID,
41 int SIDE_INVALID = -1; field
116 ashaDeviceSide, DeviceSide.SIDE_INVALID); in convertAshaDeviceSideToInternalSide()
136 return DeviceSide.SIDE_INVALID; in convertLeAudioLocationToInternalSide()
146 private int mSide = DeviceSide.SIDE_INVALID;
236 HearingAidProfile.DeviceSide.SIDE_INVALID, DeviceSide.SIDE_INVALID); in ASHA_DEVICE_SIDE_TO_INTERNAL_SIDE_MAPPING.put() argument
DHearingAidProfile.java46 DeviceSide.SIDE_INVALID,
53 int SIDE_INVALID = -1; field
282 final int defaultValue = DeviceSide.SIDE_INVALID; in getDeviceSide()
DCachedBluetoothDevice.java434 ? mHearingAidInfo.getSide() : HearingAidInfo.DeviceSide.SIDE_INVALID; in getDeviceSide()