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.java94 private ComputeDataThread mDecryptDataThread; field in BluetoothKeystoreService
335 if (mDecryptDataThread != null) { in stopThread()
336 mDecryptDataThread.setWaitQueueEmptyForStop(); in stopThread()
337 mDecryptDataThread.join(); in stopThread()
346 mDecryptDataThread = new ComputeDataThread(false); in startThread()
348 mDecryptDataThread.start(); in startThread()