Searched refs:BcdExtendType (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 64 public @interface BcdExtendType {} annotation in PhoneNumberUtils 896 byte[] bytes, int offset, int length, @BcdExtendType int bcdExtType) { in calledPartyBCDToString() 997 @BcdExtendType int bcdExtType) { in internalCalledPartyBCDFragmentToString() 1052 byte[] bytes, int offset, int length, @BcdExtendType int bcdExtType) { in calledPartyBCDFragmentToString() 1062 private static char bcdToChar(byte b, @BcdExtendType int bcdExtType) { in bcdToChar() 1080 private static int charToBCD(char c, @BcdExtendType int bcdExtType) { in charToBCD() 1187 public static byte[] numberToCalledPartyBCD(String number, @BcdExtendType int bcdExtType) { in numberToCalledPartyBCD() 1196 String number, boolean includeLength, @BcdExtendType int bcdExtType) { in numberToCalledPartyBCDHelper()
|