Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportActivity.java102 private View mShowBugReportsButton; field in BugReportActivity
210 if (mShowBugReportsButton == null) { in onCarDrivingStateChanged()
217 mShowBugReportsButton.setVisibility(View.GONE); in onCarDrivingStateChanged()
222 mShowBugReportsButton.setVisibility(View.VISIBLE); in onCarDrivingStateChanged()
224 mShowBugReportsButton.setVisibility(View.GONE); in onCarDrivingStateChanged()
258 mShowBugReportsButton = findViewById(R.id.button_show_bugreports); in prepareUi()
261 mShowBugReportsButton.setOnClickListener(this::buttonShowBugReportsClick); in prepareUi()
313 mShowBugReportsButton.setVisibility(View.GONE); in showSubmitBugReportUi()