Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java103 private static final int CONFIG_FILE_COMPARE_PASS = 0b01; field in BluetoothKeystoreService
257 mCompareResult = mCompareResult | CONFIG_FILE_COMPARE_PASS; in loadConfigData()
264 if (doesComparePass(CONFIG_FILE_COMPARE_PASS)) { in loadConfigData()
/aosp12/system/bt/btif/src/
H A Dbtif_config.cc101 static const int CONFIG_FILE_COMPARE_PASS = 1; variable
266 if (config_checksum_pass(CONFIG_FILE_COMPARE_PASS)) { in init()