Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/
DTestUtils.java203 private boolean mIsProfileConnecting = false; field in TestUtils.BluetoothCtsServiceConnector
240 mIsProfileConnecting = mAdapter.getProfileProxy(mContext, mServiceListener, mProfileId); in openProfileProxyAsync()
241 return mIsProfileConnecting; in openProfileProxyAsync()
275 if (!mIsProfileConnecting) { in waitForProfileConnect()
276 mIsProfileConnecting = in waitForProfileConnect()
279 if (!mIsProfileConnecting) { in waitForProfileConnect()
298 mIsProfileConnecting = false; in waitForProfileConnect()