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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDriverCall.java69 public int TOA; field in class:DriverCall
85 // index,isMT,state,mode,isMpty(,number,TOA)?
108 ret.TOA = p.nextInt();
110 // Make sure there's a leading + on addresses with a TOA
114 ret.number, ret.TOA);
134 + "toa=" + TOA + ","
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java99 * TOA = TON + NPI
101 * These are the only really useful TOA values
793 stringFromStringAndTOA(String s, int TOA) { argument
796 if (TOA == TOA_International && s.length() > 0 && s.charAt(0) != '+') {
804 * Returns the TOA for the given dial string
825 * @param offset should point to the TOA (aka. TON/NPI) octet after the length byte
826 * @param length is the number of bytes including TOA byte
848 * @param offset should point to the TOA (aka. TON/NPI) octet after the length byte
849 * @param length is the number of bytes including TOA byte
996 * TOA byt
[all...]

Completed in 3362 milliseconds