Searched refs:mNotifyLongScheduled (Results 1 – 1 of 1) sorted by relevance
275 private long mNotifyLongScheduled; field in PowerManagerService1170 mNotifyLongScheduled = time; in enqueueNotifyLongMsgLocked()1179 == PowerManager.PARTIAL_WAKE_LOCK && mNotifyLongScheduled == 0) { in restartNofifyLongTimerLocked()1924 mNotifyLongScheduled = 0; in checkForLongWakeLocks()3238 if (mNotifyLongScheduled == 0) { in dumpInternal()3241 TimeUtils.formatDuration(mNotifyLongScheduled, SystemClock.uptimeMillis(), pw); in dumpInternal()3470 … proto.write(PowerManagerServiceDumpProto.NOTIFY_LONG_SCHEDULED_MS, mNotifyLongScheduled); in dumpProto()