Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/bluetoothTestUtilLib/src/android/bluetooth/cts/
DBTAdapterUtils.java53 private static Condition mConditionAdapterIsEnabled; field in BTAdapterUtils
72 mConditionAdapterIsEnabled.signal(); in onReceive()
103 if (!mConditionAdapterIsEnabled.await( in enableAdapter()
155 mConditionAdapterIsEnabled = mAdapterStateEnablinglock.newCondition(); in initAdapterStateVariables()