Searched refs:timeInRatMs (Results 1 – 1 of 1) sorted by relevance
12918 long[] timeInRatMs = new long[BatteryStats.NUM_DATA_CONNECTION_TYPES]; in getCellularBatteryStats() local12919 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()