Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java193 private boolean compareFileHash(String hashFilePathString) { in compareFileHash() method in BluetoothKeystoreServiceTest
195 return mBluetoothKeystoreService.compareFileHash(hashFilePathString); in compareFileHash()
249 Assert.assertTrue(compareFileHash(CONFIG_FILE_PATH)); in testCompareHashFile()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java219 if (compareFileHash(CONFIG_FILE_PATH)) { in loadConfigData()
417 public boolean compareFileHash(String hashFilePathString) in compareFileHash() method in BluetoothKeystoreService