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.java104 private ComputeDataThread mEncryptDataThread; field in BluetoothKeystoreService
409 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()