Searched refs:getAllPresetInfo (Results 1 – 4 of 4) sorted by relevance
64 mPresetCallback.onPresetInfoUpdated(getAllPresetInfo(), getActivePresetIndex()); in onServiceConnected()83 mPresetCallback.onPresetInfoUpdated(getAllPresetInfo(), getActivePresetIndex()); in onPresetSelected()98 mPresetCallback.onPresetInfoUpdated(getAllPresetInfo(), getActivePresetIndex()); in onPresetInfoChanged()219 public List<BluetoothHapPresetInfo> getAllPresetInfo() { in getAllPresetInfo() method in HearingDevicesPresetsController223 return mHapClientProfile.getAllPresetInfo(mActiveHearingDevice.getDevice()); in getAllPresetInfo()
129 mPresetsController.getAllPresetInfo();225 mPresetsController.getAllPresetInfo(); in onActiveDeviceChanged()340 mPresetsController.getAllPresetInfo().get(position).getIndex()); in setupPresetSpinner()349 final List<BluetoothHapPresetInfo> presetInfos = mPresetsController.getAllPresetInfo(); in setupPresetSpinner()
456 when(mService.getAllPresetInfo(mBluetoothDevice)).thenReturn(testList); in getAllPresetInfo_verifyIsCalledAndReturnCorrectList()459 final List<BluetoothHapPresetInfo> infoList = mProfile.getAllPresetInfo(mBluetoothDevice); in getAllPresetInfo_verifyIsCalledAndReturnCorrectList()461 verify(mService).getAllPresetInfo(mBluetoothDevice); in getAllPresetInfo_verifyIsCalledAndReturnCorrectList()
484 public List<BluetoothHapPresetInfo> getAllPresetInfo(@NonNull BluetoothDevice device) { in getAllPresetInfo() method in HapClientProfile489 return mService.getAllPresetInfo(device); in getAllPresetInfo()