Searched refs:mEncryptDataThread (Results 1 – 1 of 1) sorted by relevance
110 private ComputeDataThread mEncryptDataThread; field in BluetoothKeystoreService417 if (mEncryptDataThread != null) { in stopThread()418 mEncryptDataThread.setWaitQueueEmptyForStop(); in stopThread()419 mEncryptDataThread.join(); in stopThread()431 mEncryptDataThread = new ComputeDataThread(true); in startThread()433 mEncryptDataThread.start(); in startThread()