Searched refs:second3digits (Results 1 – 1 of 1) sorted by relevance
401 int second3digits = (((0xFF & data[5]) << 8) | (0xFF & data[4])) >> 6; in onRecordLoaded() local406 second3digits = adjstMinDigits(second3digits); in onRecordLoaded()411 builder.append(String.format(Locale.US, "%03d", second3digits)); in onRecordLoaded()