Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java95 private static final String CONFIG_BACKUP_PATH = "/data/misc/bluedroid/bt_config.bak"; field in BluetoothKeystoreService
259 if (compareFileHash(CONFIG_BACKUP_PATH)) { in loadConfigData()
533 } else if (CONFIG_BACKUP_PATH.equals(hashFilePathString)) { in compareFileHash()