Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java98 private BlockingQueue<String> mPendingEncryptKey = new LinkedBlockingQueue<>(); field in BluetoothKeystoreService
290 mPendingEncryptKey.put(CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()
302 mPendingEncryptKey.put(prefixString); in setEncryptKeyOrRemoveKey()
526 mPendingEncryptKey.put(prefixString); in parseConfigFile()
783 mSourceQueue = mPendingEncryptKey; in ComputeDataThread()
822 if (mPendingEncryptKey.isEmpty()) { in setWaitQueueEmptyForStop()