Home
last modified time | relevance | path

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

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