Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java110 private ComputeDataThread mEncryptDataThread;
111 private ComputeDataThread mDecryptDataThread;
431 mEncryptDataThread = new ComputeDataThread(true); in startThread()
432 mDecryptDataThread = new ComputeDataThread(false); in startThread()
872 private class ComputeDataThread extends Thread { class in BluetoothKeystoreService
880 ComputeDataThread(boolean doEncrypt) { in ComputeDataThread() method in BluetoothKeystoreService.ComputeDataThread