Searched refs:recordVoiceFile (Results 1 – 1 of 1) sorted by relevance
73 private static File recordVoiceFile; field in InCallServiceImpl1608 recordVoiceFile = new File(getService().getFilesDir(), recordWavFile); in recordVoice()1609 if (!recordVoiceFile.exists()) { in recordVoice()1613 recordVoiceFile.createNewFile(); in recordVoice()1621 recordVoiceInCall = new RecordVoiceInCall(mEventFacade, playRecordCall, recordVoiceFile, in recordVoice()