Searched refs:first3digits (Results 1 – 1 of 1) sorted by relevance
440 int first3digits = ((0x03 & data[2]) << 8) + (0xFF & data[1]); in decodeImsi() local446 first3digits = decodeImsiDigits(first3digits, 3); in decodeImsi()453 builder.append(String.format(Locale.US, "%03d", first3digits)); in decodeImsi()