Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java115 private BlockingQueue<String> mPendingEncryptKey = new LinkedBlockingQueue<>(); field in BluetoothKeystoreService
368 mPendingEncryptKey.put(prefixString); in setEncryptKeyOrRemoveKey()
381 mPendingEncryptKey.put(prefixString); in setEncryptKeyOrRemoveKey()
632 mPendingEncryptKey.put(prefixString); in parseConfigFile()
888 mSourceQueue = mPendingEncryptKey; in ComputeDataThread()
924 if (mPendingEncryptKey.isEmpty()) { in setWaitQueueEmptyForStop()