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

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DRecorder.java34 static final String SAMPLE_PATH_KEY = "sample_path"; field in class:Recorder
65 recorderState.putString(SAMPLE_PATH_KEY, mSampleFile.getAbsolutePath());
76 String samplePath = recorderState.getString(SAMPLE_PATH_KEY);

Completed in 71 milliseconds