Home
last modified time | relevance | path

Searched refs:tenths (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbDeviceDescriptor.java96 int tenths = (mDeviceRelease & 0xF0) >> 4; in getDeviceReleaseString() local
99 return String.format("%d.%d%d", tens * 10 + ones, tenths, hundredths); in getDeviceReleaseString()
/aosp14/frameworks/base/core/proto/android/service/
H A Dbattery.proto53 // Battery temperature in tenths of a degree Centigrade