Searched refs:addSupportedProfiles (Results 1 – 5 of 5) sorted by relevance
100 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in isHearingAidSupported_ashaSupported_returnTrue()108 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HAP_CLIENT); in isHearingAidSupported_hapSupported_returnTrue()140 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in getConnectedHearingAidDeviceList_oneDeviceAdded_getOneDevice()151 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in getConnectedHearingAidDeviceList_oneSubDeviceAdded_getZeroDevice()164 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in getConnectedHearingAidDevice_getExpectedCachedBluetoothDevice()
292 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in setupEnvironment()293 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HAP_CLIENT); in setupEnvironment()
188 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in setupEnvironment()
203 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in setupEnvironment()
42 public void addSupportedProfiles(int profile) { in addSupportedProfiles() method in ShadowBluetoothAdapter