Searched refs:isNANP (Results 1 – 1 of 1) sorted by relevance
302 boolean isNANP = false; in checkNANP()309 isNANP = true; in checkNANP()313 isNANP = false; in checkNANP()318 if (isNANP) { in checkNANP()323 if (isNANP(number)) { in checkNANP()329 if (isNANP(number)) { in checkNANP()337 if (isNANP(number)) { in checkNANP()344 if (isNANP(number)) { in checkNANP()354 if (isNANP(number2)) { in checkNANP()370 private static boolean isNANP(String number) { in isNANP() method in SmsNumberUtils