Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBtAdapterUtils.java54 private static Condition sConditionAdapterIsEnabled; field in BtAdapterUtils
77 sConditionAdapterIsEnabled.signal(); in onReceive()
108 if (!sConditionAdapterIsEnabled.await( in enableAdapter()
161 sConditionAdapterIsEnabled = sAdapterStateEnablingLock.newCondition(); in initAdapterStateVariables()