Searched refs:compareFileHash (Results 1 – 2 of 2) sorted by relevance
193 private boolean compareFileHash(String hashFilePathString) { in compareFileHash() method in BluetoothKeystoreServiceTest195 return mBluetoothKeystoreService.compareFileHash(hashFilePathString); in compareFileHash()249 Assert.assertTrue(compareFileHash(CONFIG_FILE_PATH)); in testCompareHashFile()
219 if (compareFileHash(CONFIG_FILE_PATH)) { in loadConfigData()417 public boolean compareFileHash(String hashFilePathString) in compareFileHash() method in BluetoothKeystoreService