Home
last modified time | relevance | path

Searched refs:addSupportedProfiles (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingAidHelperTest.java100 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()
DAccessibilityHearingAidPreferenceControllerTest.java292 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in setupEnvironment()
293 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HAP_CLIENT); in setupEnvironment()
DHearingAidPairingDialogFragmentTest.java188 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in setupEnvironment()
DHearingAidUtilsTest.java203 mShadowBluetoothAdapter.addSupportedProfiles(BluetoothProfile.HEARING_AID); in setupEnvironment()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java42 public void addSupportedProfiles(int profile) { in addSupportedProfiles() method in ShadowBluetoothAdapter