Searched defs:sampleLength (Results 1 - 1 of 1) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DRecorder.java79 int sampleLength = recorderState.getInt(SAMPLE_LENGTH_KEY, -1);
80 if (sampleLength == -1)
92 mSampleLength = sampleLength;
111 public int sampleLength() { method in class:Recorder

Completed in 45 milliseconds