Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java770 private BlockingQueue<String> mSourceQueue; field in BluetoothKeystoreService.ComputeDataThread
783 mSourceQueue = mPendingEncryptKey; in ComputeDataThread()
787 mSourceQueue = mPendingDecryptKey; in ComputeDataThread()
797 while (!mSourceQueue.isEmpty() || !mWaitQueueEmptyForStop) { in run()
799 prefixString = mSourceQueue.take(); in run()