Home
last modified time | relevance | path

Searched refs:clearSupportedProfiles (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingAidHelperTest.java99 mShadowBluetoothAdapter.clearSupportedProfiles(); in isHearingAidSupported_ashaSupported_returnTrue()
107 mShadowBluetoothAdapter.clearSupportedProfiles(); in isHearingAidSupported_hapSupported_returnTrue()
115 mShadowBluetoothAdapter.clearSupportedProfiles(); in isHearingAidSupported_unsupported_returnFalse()
139 mShadowBluetoothAdapter.clearSupportedProfiles(); in getConnectedHearingAidDeviceList_oneDeviceAdded_getOneDevice()
150 mShadowBluetoothAdapter.clearSupportedProfiles(); in getConnectedHearingAidDeviceList_oneSubDeviceAdded_getZeroDevice()
163 mShadowBluetoothAdapter.clearSupportedProfiles(); in getConnectedHearingAidDevice_getExpectedCachedBluetoothDevice()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java46 public void clearSupportedProfiles() { in clearSupportedProfiles() method in ShadowBluetoothAdapter