Searched refs:mBlocksChangedTime (Results 1 - 1 of 1) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java80 private long mBlocksChangedTime; field in class:RemainingTimeCalculator
112 mBlocksChangedTime = -1;
127 if (mBlocksChangedTime == -1 || blocks != mLastBlocks) {
128 mBlocksChangedTime = now;
137 // at mBlocksChangedTime we had this much time
140 result -= (now - mBlocksChangedTime)/1000;

Completed in 65 milliseconds