Searched refs:tens (Results 1 – 4 of 4) sorted by relevance
98 int tens = (mDeviceRelease & 0xF000) >> 12; in getDeviceReleaseString() local99 return String.format("%d.%d%d", tens * 10 + ones, tenths, hundredths); in getDeviceReleaseString()
289 final int tens = input / 10; in formatDigits() local293 builder.append(localizedDigits.charAt(tens)); in formatDigits()
137 // Framework resources benefit tremendously from enabling sparse encoding, saving tens
201 // optimizations and spend half-second more running it, than spend tens of seconds