Searched refs:reportBluetoothKeystoreException (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
H A D | BluetoothKeystoreService.java | 176 reportBluetoothKeystoreException(e, "IO error while file operating."); in factoryReset() 219 reportBluetoothKeystoreException(e, "Interrupted while operating."); in cleanupForCommonCriteriaModeEnable() 221 reportBluetoothKeystoreException(e, "IO error while file operating."); in cleanupForCommonCriteriaModeEnable() 223 reportBluetoothKeystoreException(e, "encrypt could not find the algorithm: SHA256"); in cleanupForCommonCriteriaModeEnable() 285 reportBluetoothKeystoreException(e, "IO error while file operating."); in loadConfigData() 287 reportBluetoothKeystoreException(e, "Interrupted while operating."); in loadConfigData() 289 reportBluetoothKeystoreException(e, "could not find the algorithm: SHA256"); in loadConfigData() 431 reportBluetoothKeystoreException(e, "Interrupted while operating."); in stopThread() 782 reportBluetoothKeystoreException(e, "decrypt: Failed to parse EncryptedData protobuf."); in decrypt() 867 private static void reportBluetoothKeystoreException(Exception exception, String error) { in reportBluetoothKeystoreException() method in BluetoothKeystoreService
|