Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java104 private static final int CONFIG_BACKUP_COMPARE_PASS = 0b10; field in BluetoothKeystoreService
261 mCompareResult = mCompareResult | CONFIG_BACKUP_COMPARE_PASS; in loadConfigData()
266 } else if (doesComparePass(CONFIG_BACKUP_COMPARE_PASS)) { in loadConfigData()
/aosp12/system/bt/btif/src/
H A Dbtif_config.cc102 static const int CONFIG_BACKUP_COMPARE_PASS = 2; variable
273 if (config_checksum_pass(CONFIG_BACKUP_COMPARE_PASS)) { in init()