Searched refs:last3digits (Results 1 – 1 of 1) sorted by relevance
404 int last3digits = ((0x03 & data[4]) << 8) | (0xFF & data[3]); in onRecordLoaded() local407 last3digits = adjstMinDigits(last3digits); in onRecordLoaded()413 builder.append(String.format(Locale.US, "%03d", last3digits)); in onRecordLoaded()