Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java214 private boolean compareFileHash(String hashFilePathString) { in compareFileHash() method in BluetoothKeystoreServiceTest
216 return mBluetoothKeystoreService.compareFileHash(hashFilePathString); in compareFileHash()
269 Assert.assertTrue(compareFileHash(CONFIG_FILE_PATH)); in testCompareHashFile()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java255 if (compareFileHash(CONFIG_FILE_PATH)) { in loadConfigData()
259 if (compareFileHash(CONFIG_BACKUP_PATH)) { in loadConfigData()
523 public boolean compareFileHash(String hashFilePathString) in compareFileHash() method in BluetoothKeystoreService