Searched refs:mLastLockedFrames (Results 1 – 1 of 1) sorted by relevance
91 private int mLastLockedFrames; field in GlitchActivity.GlitchSniffer112 mLastLockedFrames = 0; in startSniffer()138 } else if (lockedFrames > mLastLockedFrames) { in run()152 mLastLockedFrames = lockedFrames; in run()165 message.append(String.format("locked.frames = %d\n", mLastLockedFrames)); in getCurrentStatusReport()169 if (mLastLockedFrames > 0) { in getCurrentStatusReport()173 if (mLastLockedFrames > 0) { in getCurrentStatusReport()188 resultText += ", #locked = " + mLastLockedFrames; in getShortReport()