Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java109 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 BluetoothKeystoreService
896 ComputeDataThread(boolean doEncrypt) { in ComputeDataThread() method in BluetoothKeystoreService.ComputeDataThread