Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java12918 long[] timeInRatMs = new long[BatteryStats.NUM_DATA_CONNECTION_TYPES]; in getCellularBatteryStats() local
12919 for (int i = 0; i < timeInRatMs.length; i++) { in getCellularBatteryStats()
12920 timeInRatMs[i] = getPhoneDataConnectionTime(i, rawRealTime, which) / 1000; in getCellularBatteryStats()
12944 s.setTimeInRatMs(timeInRatMs); in getCellularBatteryStats()