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