Searched refs:mLastSelfRecoveryTimeStampMillis (Results 1 – 1 of 1) sorted by relevance
86 private long mLastSelfRecoveryTimeStampMillis = -1L; field in SelfRecovery155 mLastSelfRecoveryTimeStampMillis = mClock.getWallClockMillis(); in onSubsystemRestart()196 mLastSelfRecoveryTimeStampMillis = mClock.getWallClockMillis(); in trigger()306 if (mLastSelfRecoveryTimeStampMillis < 0) { in getTimeElapsedFromLastTrigger()309 return (mClock.getWallClockMillis() - mLastSelfRecoveryTimeStampMillis); in getTimeElapsedFromLastTrigger()