Home
last modified time | relevance | path

Searched refs:samplePath (Results 1 – 1 of 1) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DRecorder.java76 String samplePath = recorderState.getString(SAMPLE_PATH_KEY); in restoreState() local
77 if (samplePath == null) in restoreState()
83 File file = new File(samplePath); in restoreState()