Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java158 reportBluetoothKeystoreException(e, "IO error while file operating."); in factoryReset()
187 reportBluetoothKeystoreException(e, "Interrupted while operating."); in cleanupForCommonCriteriaModeEnable()
189 reportBluetoothKeystoreException(e, "IO error while file operating."); in cleanupForCommonCriteriaModeEnable()
191 reportBluetoothKeystoreException(e, "encrypt could not find the algorithm: SHA256"); in cleanupForCommonCriteriaModeEnable()
241 reportBluetoothKeystoreException(e, "IO error while file operating."); in loadConfigData()
243 reportBluetoothKeystoreException(e, "Interrupted while operating."); in loadConfigData()
245 reportBluetoothKeystoreException(e, "could not find the algorithm: SHA256"); in loadConfigData()
340 reportBluetoothKeystoreException(e, "Interrupted while operating."); in stopThread()
660 reportBluetoothKeystoreException(e, "decrypt: Failed to parse EncryptedData protobuf."); in decrypt()
750 private static void reportBluetoothKeystoreException(Exception exception, String error) { in reportBluetoothKeystoreException() method in BluetoothKeystoreService