Searched refs:mcTimer (Results 1 – 1 of 1) sorted by relevance
4401 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpCheckinLocked() local4402 if (mcTimer != null) { in dumpCheckinLocked()4404 mcTimer.getTotalTimeLocked(rawRealtime, which) / 1000 ; in dumpCheckinLocked()4405 final int countMcWakelock = mcTimer.getCountLocked(which); in dumpCheckinLocked()5864 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpLocked()5865 if (mcTimer != null) { in dumpLocked()5866 … final long multicastWakeLockTimeMicros = mcTimer.getTotalTimeLocked(rawRealtime, which); in dumpLocked()5867 final int multicastWakeLockCount = mcTimer.getCountLocked(which); in dumpLocked()