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