Searched refs:mcTimer (Results 1 – 1 of 1) sorted by relevance
4873 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpCheckinLocked() local4874 if (mcTimer != null) { in dumpCheckinLocked()4876 mcTimer.getTotalTimeLocked(rawRealtime, which) / 1000 ; in dumpCheckinLocked()4877 final int countMcWakelock = mcTimer.getCountLocked(which); in dumpCheckinLocked()6395 final Timer mcTimer = u.getMulticastWakelockStats(); in dumpLocked()6396 if (mcTimer != null) { in dumpLocked()6397 … final long multicastWakeLockTimeMicros = mcTimer.getTotalTimeLocked(rawRealtime, which); in dumpLocked()6398 final int multicastWakeLockCount = mcTimer.getCountLocked(which); in dumpLocked()