Searched refs:mNotifyLongScheduled (Results 1 – 1 of 1) sorted by relevance
283 private long mNotifyLongScheduled; field in PowerManagerService1275 mNotifyLongScheduled = time; in enqueueNotifyLongMsgLocked()1284 == PowerManager.PARTIAL_WAKE_LOCK && mNotifyLongScheduled == 0) { in restartNofifyLongTimerLocked()2017 mNotifyLongScheduled = 0; in checkForLongWakeLocks()3409 if (mNotifyLongScheduled == 0) { in dumpInternal()3412 TimeUtils.formatDuration(mNotifyLongScheduled, SystemClock.uptimeMillis(), pw); in dumpInternal()3643 … proto.write(PowerManagerServiceDumpProto.NOTIFY_LONG_SCHEDULED_MS, mNotifyLongScheduled); in dumpProto()