Searched refs:PRESET_INDEX_UNAVAILABLE (Results 1 – 9 of 9) sorted by relevance
56 UnflaggedApi: android.bluetooth.BluetoothHapClient#PRESET_INDEX_UNAVAILABLE:57 …st be flagged with @FlaggedApi: field android.bluetooth.BluetoothHapClient.PRESET_INDEX_UNAVAILABLE
347 …flags.settings_can_control_hap_preset") public static final int PRESET_INDEX_UNAVAILABLE = 0; // 0…
546 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()
20 import static android.bluetooth.BluetoothHapClient.PRESET_INDEX_UNAVAILABLE;235 when(mHapClientProfile.getActivePresetIndex(mDevice)).thenReturn(PRESET_INDEX_UNAVAILABLE); in refresh_invalidActivePresetIndex_summaryIsNull()
138 private int mPresetIndex = BluetoothHapClient.PRESET_INDEX_UNAVAILABLE;
386 public static final int PRESET_INDEX_UNAVAILABLE = IBluetoothHapClient.PRESET_INDEX_UNAVAILABLE; field in BluetoothHapClient886 return PRESET_INDEX_UNAVAILABLE; in getActivePresetIndex()
74 const int PRESET_INDEX_UNAVAILABLE = 0; field
170 if (activePresetIndex != BluetoothHapClient.PRESET_INDEX_UNAVAILABLE) { in refresh()
461 BluetoothHapClient.PRESET_INDEX_UNAVAILABLE, in testCallsForNotConnectedDevice()640 BluetoothHapClient.PRESET_INDEX_UNAVAILABLE, in testGetPresetInfoAndActivePresetInfo()