Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java361 readHashFile(CONFIG_FILE_PATH, CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()
541 readHashFile(hashFilePathString, prefixString); in compareFileHash()
558 private void readHashFile(String filePathString, String prefixString) in readHashFile() method in BluetoothKeystoreService