Searched refs:mFilePathTextView (Results 1 – 1 of 1) sorted by relevance
116 private TextView mFilePathTextView; field in AudioRecorderTestFragment211 mFilePathTextView = view.findViewById(R.id.file_path_edit); in initTextViews()212 mFilePathTextView.setOnClickListener(v -> { in initTextViews()224 return mFilePathTextView.getText().toString(); in getFilePath()234 mFilePathTextView.setText(path); in setFilePath()