Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java93 private ComputeDataThread mEncryptDataThread;
94 private ComputeDataThread mDecryptDataThread;
345 mEncryptDataThread = new ComputeDataThread(true); in startThread()
346 mDecryptDataThread = new ComputeDataThread(false); in startThread()
767 private class ComputeDataThread extends Thread { class in BluetoothKeystoreService
775 ComputeDataThread(boolean doEncrypt) { in ComputeDataThread() method in BluetoothKeystoreService.ComputeDataThread