Searched refs:mMaxSecondsWithoutGlitches (Results 1 – 1 of 1) sorted by relevance
88 private double mMaxSecondsWithoutGlitches; field in GlitchActivity.GlitchSniffer115 mMaxSecondsWithoutGlitches = 0.0; in startSniffer()146 if (mSecondsWithoutGlitches > mMaxSecondsWithoutGlitches) { in run()147 mMaxSecondsWithoutGlitches = mSecondsWithoutGlitches; in run()176 mMaxSecondsWithoutGlitches)); in getCurrentStatusReport()199 return mMaxSecondsWithoutGlitches; in getMaxSecondsWithNoGlitch()