Searched refs:isNANP (Results 1 – 1 of 1) sorted by relevance
294 boolean isNANP = false; in checkNANP()301 isNANP = true; in checkNANP()305 isNANP = false; in checkNANP()310 if (isNANP) { in checkNANP()315 if (isNANP(number)) { in checkNANP()321 if (isNANP(number)) { in checkNANP()329 if (isNANP(number)) { in checkNANP()336 if (isNANP(number)) { in checkNANP()346 if (isNANP(number2)) { in checkNANP()358 private static boolean isNANP(String number) { in isNANP() method in SmsNumberUtils