Searched refs:mEncryptDataThread (Results 1 – 1 of 1) sorted by relevance
93 private ComputeDataThread mEncryptDataThread; field in BluetoothKeystoreService331 if (mEncryptDataThread != null) { in stopThread()332 mEncryptDataThread.setWaitQueueEmptyForStop(); in stopThread()333 mEncryptDataThread.join(); in stopThread()345 mEncryptDataThread = new ComputeDataThread(true); in startThread()347 mEncryptDataThread.start(); in startThread()