Searched refs:charToBCD (Results 1 – 2 of 2) sorted by relevance
1085 private static int charToBCD(char c, @BcdExtendType int bcdExtType) { in charToBCD() method in PhoneNumberUtils1222 (byte)((charToBCD(c, bcdExtType) & 0x0F) << shift); in numberToCalledPartyBCDHelper()
58080 Landroid/telephony/PhoneNumberUtils;->charToBCD(CI)I