Searched refs:compareFileHash (Results 1 – 2 of 2) sorted by relevance
214 private boolean compareFileHash(String hashFilePathString) { in compareFileHash() method in BluetoothKeystoreServiceTest216 return mBluetoothKeystoreService.compareFileHash(hashFilePathString); in compareFileHash()269 Assert.assertTrue(compareFileHash(CONFIG_FILE_PATH)); in testCompareHashFile()
255 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