Searched refs:mNotifyLongDispatched (Results 1 – 1 of 1) sorted by relevance
272 private long mNotifyLongDispatched; field in PowerManagerService1872 mNotifyLongDispatched = now; in checkForLongWakeLocks()3198 if (mNotifyLongDispatched == 0) { in dumpInternal()3201 TimeUtils.formatDuration(mNotifyLongDispatched, SystemClock.uptimeMillis(), pw); in dumpInternal()3417 proto.write(PowerServiceDumpProto.NOTIFY_LONG_DISPATCHED_MS, mNotifyLongDispatched); in dumpProto()