Searched refs:mEncryptDataThread (Results 1 – 1 of 1) sorted by relevance
104 private ComputeDataThread mEncryptDataThread; field in BluetoothKeystoreService409 if (mEncryptDataThread != null) { in stopThread()410 mEncryptDataThread.setWaitQueueEmptyForStop(); in stopThread()411 mEncryptDataThread.join(); in stopThread()423 mEncryptDataThread = new ComputeDataThread(true); in startThread()425 mEncryptDataThread.start(); in startThread()