Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java104 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()