Searched refs:mAutoTextView (Results 1 – 3 of 3) sorted by relevance
73 private TextView mAutoTextView; field in DeviceReportActivity82 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()
47 private TextView mAutoTextView; field in TestPlugLatencyActivity115 mAutoTextView = (TextView) findViewById(R.id.text_log_device_report); in onCreate()272 mAutoTextView.append(text); in log()273 mAutoTextView.append("\n"); in log()
30 private TextView mAutoTextView; field in AutomatedTestRunner68 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()