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