Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/api/
Dsystem-lint-baseline.txt56 UnflaggedApi: android.bluetooth.BluetoothHapClient#PRESET_INDEX_UNAVAILABLE:
57 …st be flagged with @FlaggedApi: field android.bluetooth.BluetoothHapClient.PRESET_INDEX_UNAVAILABLE
Dsystem-current.txt347 …flags.settings_can_control_hap_preset") public static final int PRESET_INDEX_UNAVAILABLE = 0; // 0…
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java546 device, BluetoothHapClient.PRESET_INDEX_UNAVAILABLE); in getActivePresetIndex()
557 if (index == BluetoothHapClient.PRESET_INDEX_UNAVAILABLE) return null; in getActivePresetInfo()
578 if (presetIndex == BluetoothHapClient.PRESET_INDEX_UNAVAILABLE) { in selectPreset()
680 if (presetIndex == BluetoothHapClient.PRESET_INDEX_UNAVAILABLE) return defaultValue; in getPresetInfo()
890 if (presetIndex == BluetoothHapClient.PRESET_INDEX_UNAVAILABLE) return false; in isPresetIndexValid()
1326 return BluetoothHapClient.PRESET_INDEX_UNAVAILABLE; in getActivePresetIndex()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsControllerTest.java20 import static android.bluetooth.BluetoothHapClient.PRESET_INDEX_UNAVAILABLE;
235 when(mHapClientProfile.getActivePresetIndex(mDevice)).thenReturn(PRESET_INDEX_UNAVAILABLE); in refresh_invalidActivePresetIndex_summaryIsNull()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapPresetInfo.java138 private int mPresetIndex = BluetoothHapClient.PRESET_INDEX_UNAVAILABLE;
DBluetoothHapClient.java386 public static final int PRESET_INDEX_UNAVAILABLE = IBluetoothHapClient.PRESET_INDEX_UNAVAILABLE; field in BluetoothHapClient
886 return PRESET_INDEX_UNAVAILABLE; in getActivePresetIndex()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl74 const int PRESET_INDEX_UNAVAILABLE = 0; field
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsController.java170 if (activePresetIndex != BluetoothHapClient.PRESET_INDEX_UNAVAILABLE) { in refresh()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java461 BluetoothHapClient.PRESET_INDEX_UNAVAILABLE, in testCallsForNotConnectedDevice()
640 BluetoothHapClient.PRESET_INDEX_UNAVAILABLE, in testGetPresetInfoAndActivePresetInfo()