Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java59 private boolean mIsHearingAidSupported; field in HearingAidProfileTest
92 mIsHearingAidSupported = mBluetoothAdapter.getProfileProxy(getContext(), in setUp()
95 if (!mIsHearingAidSupported) return; in setUp()
113 if (!(mIsBleSupported && mIsHearingAidSupported)) return; in test_getProxyServiceConnect()
125 if (!(mIsBleSupported && mIsHearingAidSupported)) { in test_getConnectionState()
147 if (!(mIsBleSupported && mIsHearingAidSupported)) { in test_getConnectedDevices()
171 if (!(mIsBleSupported && mIsHearingAidSupported)) { in test_getDevicesMatchingConnectionStates()
196 if (!(mIsBleSupported && mIsHearingAidSupported)) { in test_getConnectionStateChangedIntent()