Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java264 if (doesComparePass(CONFIG_FILE_COMPARE_PASS)) { in loadConfigData()
266 } else if (doesComparePass(CONFIG_BACKUP_COMPARE_PASS)) { in loadConfigData()
515 private boolean doesComparePass(int item) { in doesComparePass() method in BluetoothKeystoreService