Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java875 private BlockingQueue<String> mSourceQueue; field in BluetoothKeystoreService.ComputeDataThread
888 mSourceQueue = mPendingEncryptKey; in ComputeDataThread()
892 mSourceQueue = mPendingDecryptKey; in ComputeDataThread()
902 while (!mSourceQueue.isEmpty() || !mWaitQueueEmptyForStop) { in run()
904 prefixString = mSourceQueue.take(); in run()