Searched refs:mcTimer (Results 1 – 1 of 1) sorted by relevance
4186 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpCheckinLocked() local4187 if (mcTimer != null) { in dumpCheckinLocked()4189 mcTimer.getTotalTimeLocked(rawRealtime, which) / 1000 ; in dumpCheckinLocked()4190 final int countMcWakelock = mcTimer.getCountLocked(which); in dumpCheckinLocked()5761 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpLocked()5762 if (mcTimer != null) { in dumpLocked()5763 … final long multicastWakeLockTimeMicros = mcTimer.getTotalTimeLocked(rawRealtime, which); in dumpLocked()5764 final int multicastWakeLockCount = mcTimer.getCountLocked(which); in dumpLocked()