Searched refs:mNotifyLongNextCheck (Results 1 – 1 of 1) sorted by relevance
287 private long mNotifyLongNextCheck; field in PowerManagerService2002 mNotifyLongNextCheck = nextCheckTime; in checkForLongWakeLocks()2005 mNotifyLongNextCheck = 0; in checkForLongWakeLocks()3375 if (mNotifyLongNextCheck == 0) { in dumpInternal()3378 TimeUtils.formatDuration(mNotifyLongNextCheck, SystemClock.uptimeMillis(), pw); in dumpInternal()3597 … proto.write(PowerManagerServiceDumpProto.NOTIFY_LONG_NEXT_CHECK_MS, mNotifyLongNextCheck); in dumpProto()