Searched refs:first3digits (Results 1 – 1 of 1) sorted by relevance
400 int first3digits = ((0x03 & data[2]) << 8) + (0xFF & data[1]); in onRecordLoaded() local405 first3digits = adjstMinDigits(first3digits); in onRecordLoaded()410 builder.append(String.format(Locale.US, "%03d", first3digits)); in onRecordLoaded()