Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbDeviceDescriptor.java97 int tenths = (mDeviceRelease & 0xF0) >> 4; in getDeviceReleaseString() local
100 return String.format("%d.%d%d", tens * 10 + ones, tenths, hundredths); in getDeviceReleaseString()
/frameworks/base/core/proto/android/service/
Dbattery.proto53 // Battery temperature in tenths of a degree Centigrade
/frameworks/base/cmds/statsd/src/
Datoms.proto2690 // Temperature in tenths of a degree C.
4708 * The units are tenths of a degree Celsius. Eg: 30.3C is reported as 303.
4719 // Temperature in tenths of a degree C.