Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java892 private boolean mDoEncrypt; field in BluetoothKeystoreService.ComputeDataThread
899 mDoEncrypt = doEncrypt; in ComputeDataThread()
901 if (mDoEncrypt) { in ComputeDataThread()
914 infoLog("ComputeDataThread: run, doEncrypt: " + mDoEncrypt); in run()
923 targetData = tryCompute(sourceData, mDoEncrypt); in run()
928 + ", doEncrypt: " + mDoEncrypt); in run()
935 infoLog("ComputeDataThread: Stop, doEncrypt: " + mDoEncrypt); in run()