Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java358 readHashFile(CONFIG_FILE_PATH, CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()
360 readHashFile(CONFIG_BACKUP_PATH, CONFIG_BACKUP_PREFIX); in setEncryptKeyOrRemoveKey()
520 readHashFile(hashFilePathString, prefixString); in compareFileHash()
537 private void readHashFile(String filePathString, String prefixString) in readHashFile() method in BluetoothKeystoreService