Searched refs:ComputeDataThread (Results 1 – 1 of 1) sorted by relevance
104 private ComputeDataThread mEncryptDataThread;105 private ComputeDataThread mDecryptDataThread;423 mEncryptDataThread = new ComputeDataThread(true); in startThread()424 mDecryptDataThread = new ComputeDataThread(false); in startThread()853 private class ComputeDataThread extends Thread { class in BluetoothKeystoreService861 ComputeDataThread(boolean doEncrypt) { in ComputeDataThread() method in BluetoothKeystoreService.ComputeDataThread