Searched refs:mcTimer (Results 1 – 1 of 1) sorted by relevance
4433 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpCheckinLocked() local4434 if (mcTimer != null) { in dumpCheckinLocked()4436 mcTimer.getTotalTimeLocked(rawRealtime, which) / 1000 ; in dumpCheckinLocked()4437 final int countMcWakelock = mcTimer.getCountLocked(which); in dumpCheckinLocked()5961 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpLocked()5962 if (mcTimer != null) { in dumpLocked()5963 … final long multicastWakeLockTimeMicros = mcTimer.getTotalTimeLocked(rawRealtime, which); in dumpLocked()5964 final int multicastWakeLockCount = mcTimer.getCountLocked(which); in dumpLocked()