Searched refs:digit7 (Results 1 – 1 of 1) sorted by relevance
402 int digit7 = 0x0F & (data[4] >> 2); in onRecordLoaded() local403 if (digit7 > 0x09) digit7 = 0; in onRecordLoaded()412 builder.append(String.format(Locale.US, "%d", digit7)); in onRecordLoaded()