Searched defs:TOA (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java45 public int TOA; field in class:DriverCall
60 // index,isMT,state,mode,isMpty(,number,TOA)?
83 ret.TOA = p.nextInt();
85 // Make sure there's a leading + on addresses with a TOA
89 ret.number, ret.TOA);
109 + "toa=" + TOA + ","
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java73 * TOA = TON + NPI
75 * These are the only really useful TOA values
764 stringFromStringAndTOA(String s, int TOA) { argument
767 if (TOA == TOA_International && s.length() > 0 && s.charAt(0) != '+') {
775 * Returns the TOA for the given dial string
796 * @param offset should point to the TOA (aka. TON/NPI) octet after the length byte
797 * @param length is the number of bytes including TOA byte
945 * TOA byte. For example: SIM ADN extension fields
1057 * if the dialing number starts with '+', set to international TOA
1079 int extraBytes = 1; // Prepended TOA byt
[all...]

Completed in 234 milliseconds