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