Searched refs:reportBluetoothKeystoreException (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreService.java | 177 reportBluetoothKeystoreException(e, "IO error while file operating."); in factoryReset() 219 reportBluetoothKeystoreException(e, "Interrupted while operating."); in cleanupForNiapModeEnable() 221 reportBluetoothKeystoreException(e, "IO error while file operating."); in cleanupForNiapModeEnable() 223 reportBluetoothKeystoreException(e, "encrypt could not find the algorithm: SHA256"); in cleanupForNiapModeEnable() 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() 426 reportBluetoothKeystoreException(e, "Interrupted while operating."); in stopThread() 765 reportBluetoothKeystoreException(e, "decrypt: Failed to parse EncryptedData protobuf."); in decrypt() 851 private static void reportBluetoothKeystoreException(Exception exception, String error) { in reportBluetoothKeystoreException() method in BluetoothKeystoreService
|