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