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

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

Completed in 43 milliseconds