Searched refs:recordName (Results 1 – 2 of 2) sorted by relevance
189 String recordName = s.toString().trim(); in setTextChangedCallback()191 if (recordName.length() <= 0 in setTextChangedCallback()192 || recordName.startsWith(".") in setTextChangedCallback()193 || recordName.matches(".*[/\\\\:*?\"<>|\t].*")) { in setTextChangedCallback()
463 private void returnResult(String recordName, String resultString) { in returnResult() argument466 if (recordName != null) { in returnResult()469 + Uri.encode(recordName) + FmRecorder.RECORDING_FILE_EXTENSION)); in returnResult()