Searched refs:BcdExtendType (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 65 public @interface BcdExtendType {} annotation in PhoneNumberUtils 901 byte[] bytes, int offset, int length, @BcdExtendType int bcdExtType) { in calledPartyBCDToString() 1002 @BcdExtendType int bcdExtType) { in internalCalledPartyBCDFragmentToString() 1057 byte[] bytes, int offset, int length, @BcdExtendType int bcdExtType) { in calledPartyBCDFragmentToString() 1067 private static char bcdToChar(byte b, @BcdExtendType int bcdExtType) { in bcdToChar() 1085 private static int charToBCD(char c, @BcdExtendType int bcdExtType) { in charToBCD() 1192 public static byte[] numberToCalledPartyBCD(String number, @BcdExtendType int bcdExtType) { in numberToCalledPartyBCD() 1201 String number, boolean includeLength, @BcdExtendType int bcdExtType) { in numberToCalledPartyBCDHelper()
|