Searched refs:includeLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1059 * If includeLength is true, prepend a one-byte length value to
1063 numberToCalledPartyBCDHelper(String number, boolean includeLength) { argument
1073 if (includeLength) extraBytes++; // Optional prepended length byte.
1091 if (includeLength) result[offset++] = (byte)(resultLen - 1);

Completed in 191 milliseconds