Searched refs:getValidE164Number (Results 1 – 2 of 2) sorted by relevance
83 Optional<String> validE164 = getValidE164Number(appContext, call); in getNormalizedNumber()103 public static Optional<String> getValidE164Number(Context appContext, Call call) { in getValidE164Number() method in TelecomCallUtil
745 private static String getValidE164Number(final String phoneText, final String country) { in getValidE164Number() method in PhoneUtils795 canonicalNumber = getValidE164Number(phoneText, country); in getCanonicalByCountry()