Home
last modified time | relevance | path

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

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DDeviceReportActivity.java73 private TextView mAutoTextView; field in DeviceReportActivity
82 mAutoTextView = (TextView) findViewById(R.id.text_log_device_report); in onCreate()
93 if(mAutoTextView !=null) { in onCreateOptionsMenu()
96 sendIntent.putExtra(Intent.EXTRA_TEXT, mAutoTextView.getText().toString()); in onCreateOptionsMenu()
261 mAutoTextView.append(text); in log()
262 mAutoTextView.append("\n"); in log()
271 mAutoTextView.setText(""); in logClear()
H A DTestPlugLatencyActivity.java47 private TextView mAutoTextView; field in TestPlugLatencyActivity
115 mAutoTextView = (TextView) findViewById(R.id.text_log_device_report); in onCreate()
272 mAutoTextView.append(text); in log()
273 mAutoTextView.append("\n"); in log()
H A DAutomatedTestRunner.java30 private TextView mAutoTextView; field in AutomatedTestRunner
68 mCachedTextView = new CachedTextViewLog(activity, mAutoTextView); in setActivity()
111 mAutoTextView = (TextView) findViewById(R.id.text_log_auto); in initializeViews()
265 String shareBody = mAutoTextView.getText().toString(); in shareResult()