Searched refs:ComputeDataThread (Results 1 – 1 of 1) sorted by relevance
93 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 BluetoothKeystoreService775 ComputeDataThread(boolean doEncrypt) { in ComputeDataThread() method in BluetoothKeystoreService.ComputeDataThread