Searched defs:startingSeptetOffset (Results 1 - 1 of 1) sorted by path

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java369 * @param startingSeptetOffset the number of padding septets to put before
380 public static byte[] stringToGsm7BitPacked(String data, int startingSeptetOffset, argument
389 septetCount += startingSeptetOffset;
397 for (int i = 0, septets = startingSeptetOffset, bitOffset = startingSeptetOffset * 7;

Completed in 91 milliseconds