car_app_library/navigation/common/src/main/java/androidx/car/app/sample/navigation/common/car/NavigationSession.java [94:103]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            isNavigating,
                            isRerouting,
                            hasArrived,
                            destinations,
                            steps,
                            nextDestinationTravelEstimate,
                            nextStepRemainingDistance,
                            shouldShowNextStep,
                            shouldShowLanes,
                            junctionImage);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



car_app_library/navigation/common/src/main/java/androidx/car/app/sample/navigation/common/nav/NavigationService.java [344:353]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    isNavigating,
                    isRerouting,
                    hasArrived,
                    destinations,
                    steps,
                    nextDestinationTravelEstimate,
                    nextStepRemainingDistance,
                    shouldShowNextStep,
                    shouldShowLanes,
                    junctionImage);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



