Searched refs:mcTimer (Results 1 – 1 of 1) sorted by relevance
4238 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpCheckinLocked() local4239 if (mcTimer != null) { in dumpCheckinLocked()4241 mcTimer.getTotalTimeLocked(rawRealtime, which) / 1000 ; in dumpCheckinLocked()4242 final int countMcWakelock = mcTimer.getCountLocked(which); in dumpCheckinLocked()5813 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpLocked()5814 if (mcTimer != null) { in dumpLocked()5815 … final long multicastWakeLockTimeMicros = mcTimer.getTotalTimeLocked(rawRealtime, which); in dumpLocked()5816 final int multicastWakeLockCount = mcTimer.getCountLocked(which); in dumpLocked()