Searched refs:sAdapterStateEnablingLock (Results 1 – 1 of 1) sorted by relevance
55 private static ReentrantLock sAdapterStateEnablingLock; field in BtAdapterUtils74 sAdapterStateEnablingLock.lock(); in onReceive()79 sAdapterStateEnablingLock.unlock(); in onReceive()104 sAdapterStateEnablingLock.lock(); in enableAdapter()118 sAdapterStateEnablingLock.unlock(); in enableAdapter()160 sAdapterStateEnablingLock = new ReentrantLock(); in initAdapterStateVariables()161 sConditionAdapterIsEnabled = sAdapterStateEnablingLock.newCondition(); in initAdapterStateVariables()