Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java105 private ComputeDataThread mDecryptDataThread; field in BluetoothKeystoreService
413 if (mDecryptDataThread != null) { in stopThread()
414 mDecryptDataThread.setWaitQueueEmptyForStop(); in stopThread()
415 mDecryptDataThread.join(); in stopThread()
424 mDecryptDataThread = new ComputeDataThread(false); in startThread()
426 mDecryptDataThread.start(); in startThread()