Searched refs:ComputeDataThread (Results 1 – 1 of 1) sorted by relevance
109 private ComputeDataThread mEncryptDataThread;110 private ComputeDataThread mDecryptDataThread;436 mEncryptDataThread = new ComputeDataThread(true); in startThread()437 mDecryptDataThread = new ComputeDataThread(false); in startThread()888 private class ComputeDataThread extends Thread { class in BluetoothKeystoreService896 ComputeDataThread(boolean doEncrypt) { in ComputeDataThread() method in BluetoothKeystoreService.ComputeDataThread