Searched refs:getHapGroup (Results 1 – 3 of 3) sorted by relevance
119 if (hapGroupId == mHapClientProfile.getHapGroup(mActiveHearingDevice.getDevice())) { in onPresetSelectionForGroupFailed()143 if (hapGroupId == mHapClientProfile.getHapGroup(mActiveHearingDevice.getDevice())) { in onSetPresetNameForGroupFailed()201 int hapGroupId = mHapClientProfile.getHapGroup(mActiveHearingDevice.getDevice()); in selectPreset()
317 when(mService.getHapGroup(mBluetoothDevice)).thenReturn(TEST_GROUP_ID); in getHapGroup_verifyIsCalledAndReturnCorrectValue()320 final int groupId = mProfile.getHapGroup(mBluetoothDevice); in getHapGroup_verifyIsCalledAndReturnCorrectValue()322 verify(mService).getHapGroup(mBluetoothDevice); in getHapGroup_verifyIsCalledAndReturnCorrectValue()
295 public int getHapGroup(@NonNull BluetoothDevice device) { in getHapGroup() method in HapClientProfile300 return mService.getHapGroup(device); in getHapGroup()