Home
last modified time | relevance | path

Searched refs:mEncryptDataThread (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java93 private ComputeDataThread mEncryptDataThread; field in BluetoothKeystoreService
331 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()