Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/diagnostic/
DDiagnosticTestFragment.java42 private TextView mLiveDiagnosticInfo; field in DiagnosticTestFragment
71 mLiveDiagnosticInfo = (TextView) view.findViewById(R.id.live_diagnostic_info); in onCreateView()
72 mLiveDiagnosticInfo.setTextColor(Color.RED); in onCreateView()
73 mLiveListener = new TestListener(mLiveDiagnosticInfo); in onCreateView()
98 mLiveDiagnosticInfo.setText(notSupported); in resumeDiagnosticManager()