Searched refs:mDecryptDataThread (Results 1 – 1 of 1) sorted by relevance
105 private ComputeDataThread mDecryptDataThread; field in BluetoothKeystoreService413 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()