Searched refs:mWakeLockLog (Results 1 – 1 of 1) sorted by relevance
138 private final WakeLockLog mWakeLockLog; field in Notifier225 mWakeLockLog = new WakeLockLog(); in Notifier()288 mWakeLockLog.onWakeLockAcquired(tag, ownerUid, flags); in onWakeLockAcquired()411 mWakeLockLog.onWakeLockReleased(tag, ownerUid); in onWakeLockReleased()793 if (mWakeLockLog != null) { in dump()794 mWakeLockLog.dump(pw); in dump()