Searched refs:sAdapterStateDisablingLock (Results 1 – 1 of 1) sorted by relevance
58 private static ReentrantLock sAdapterStateDisablingLock; field in BtAdapterUtils82 sAdapterStateDisablingLock.lock(); in onReceive()87 sAdapterStateDisablingLock.unlock(); in onReceive()133 sAdapterStateDisablingLock.lock(); in disableAdapter()147 sAdapterStateDisablingLock.unlock(); in disableAdapter()162 sAdapterStateDisablingLock = new ReentrantLock(); in initAdapterStateVariables()163 sConditionAdapterIsDisabled = sAdapterStateDisablingLock.newCondition(); in initAdapterStateVariables()