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

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java200 static final String SAMPLE_INTERRUPTED_KEY = "sample_interrupted"; field in class:SoundRecorder
289 mSampleInterrupted = recorderState.getBoolean(SAMPLE_INTERRUPTED_KEY, false);
316 recorderState.putBoolean(SAMPLE_INTERRUPTED_KEY, mSampleInterrupted);

Completed in 117 milliseconds