Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java111 private ComputeDataThread mDecryptDataThread; field in BluetoothKeystoreService
421 if (mDecryptDataThread != null) { in stopThread()
422 mDecryptDataThread.setWaitQueueEmptyForStop(); in stopThread()
423 mDecryptDataThread.join(); in stopThread()
432 mDecryptDataThread = new ComputeDataThread(false); in startThread()
434 mDecryptDataThread.start(); in startThread()