Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DHearingAidProfileTest.java60 private boolean mIsBleSupported; field in HearingAidProfileTest
77 mIsBleSupported = true; in setUp()
100 if (!mIsBleSupported) return; in tearDown()
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()