Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
DProjectionFragment.java43 private TextView mCurrentProjectionStatus; field in ProjectionFragment
64 mCurrentProjectionStatus.setText(STATE_TO_STRING.get(state)); in onProjectionStatusChanged()
132 mCurrentProjectionStatus = (TextView) layout.findViewById(R.id.current_projection_status); in onCreateView()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarProjectionService.java59 private ProjectionStatus mCurrentProjectionStatus = ProjectionStatus.builder( field in FakeCarProjectionService
152 mCurrentProjectionStatus = status; in updateProjectionStatus()
172 notifyStatusListeners(mCurrentProjectionStatus, listener); in registerProjectionStatusListener()