Searched refs:timeInRatMs (Results 1 – 3 of 3) sorted by relevance
68 m.timeInRatMs = new long[tr.length]; in buildProto()69 System.arraycopy(tr, 0, m.timeInRatMs, 0, tr.length); in buildProto()
567 + Arrays.toString(s.timeInRatMs)); in printAllMetrics()
12605 long[] timeInRatMs = new long[BatteryStats.NUM_DATA_CONNECTION_TYPES]; in getCellularBatteryStats() local12606 for (int i = 0; i < timeInRatMs.length; i++) { in getCellularBatteryStats()12607 timeInRatMs[i] = getPhoneDataConnectionTime(i, rawRealTime, which) / 1000; in getCellularBatteryStats()12631 s.setTimeInRatMs(timeInRatMs); in getCellularBatteryStats()