Searched refs:mCurrentProjectionStatus (Results 1 – 2 of 2) sorted by relevance
43 private TextView mCurrentProjectionStatus; field in ProjectionFragment64 mCurrentProjectionStatus.setText(STATE_TO_STRING.get(state)); in onProjectionStatusChanged()132 mCurrentProjectionStatus = (TextView) layout.findViewById(R.id.current_projection_status); in onCreateView()
61 private ProjectionStatus mCurrentProjectionStatus = ProjectionStatus.builder( field in FakeCarProjectionService163 mCurrentProjectionStatus = status; in updateProjectionStatus()183 notifyStatusListeners(mCurrentProjectionStatus, listener); in registerProjectionStatusListener()