Searched refs:mWakeLockLog (Results 1 – 1 of 1) sorted by relevance
128 private final WakeLockLog mWakeLockLog; field in Notifier196 mWakeLockLog = new WakeLockLog(); in Notifier()237 mWakeLockLog.onWakeLockAcquired(tag, ownerUid, flags); in onWakeLockAcquired()352 mWakeLockLog.onWakeLockReleased(tag, ownerUid); in onWakeLockReleased()669 if (mWakeLockLog != null) { in dump()670 mWakeLockLog.dump(pw); in dump()