Searched refs:mcTimer (Results 1 – 1 of 1) sorted by relevance
4217 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpCheckinLocked() local4218 if (mcTimer != null) { in dumpCheckinLocked()4220 mcTimer.getTotalTimeLocked(rawRealtime, which) / 1000 ; in dumpCheckinLocked()4221 final int countMcWakelock = mcTimer.getCountLocked(which); in dumpCheckinLocked()5794 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpLocked()5795 if (mcTimer != null) { in dumpLocked()5796 … final long multicastWakeLockTimeMicros = mcTimer.getTotalTimeLocked(rawRealtime, which); in dumpLocked()5797 final int multicastWakeLockCount = mcTimer.getCountLocked(which); in dumpLocked()