return getMPIFingerprintList();
} else {
return getBrandNewFingerprintList();
}
} else if (!mpiMatched && lpiMatched) {
if (lpiMatchPersonWrapper.unwrap().isFingerprintMatched()) {
return getLPIFingerprintList();
} else {
return getBrandNewFingerprintList();
}
}