HomeSort by relevance Sort by last modified time
    Searched refs:countSeptets (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 57 int countSeptets = addressLength * 4 / 7;
60 OFFSET_ADDRESS_VALUE, countSeptets);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 351 int countSeptets;
353 countSeptets = (((length - 1) * 8) - unusedBits) / 7 ;
354 ret = GsmAlphabet.gsm7BitPackedToString(data, offset + 1, countSeptets);

Completed in 192 milliseconds