car_app_library/navigation/common/src/main/java/androidx/car/app/sample/navigation/common/car/NavigationScreen.java [107:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            boolean isNavigating,
            boolean isRerouting,
            boolean hasArrived,
            @Nullable List<Destination> destinations,
            @Nullable List<Step> steps,
            @Nullable TravelEstimate nextDestinationTravelEstimate,
            @Nullable Distance nextStepRemainingDistance,
            boolean shouldShowNextStep,
            boolean shouldShowLanes,
            @Nullable CarIcon junctionImage) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



car_app_library/navigation/common/src/main/java/androidx/car/app/sample/navigation/common/car/NavigationSession.java [83:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        boolean isNavigating,
                        boolean isRerouting,
                        boolean hasArrived,
                        @Nullable List<Destination> destinations,
                        @Nullable List<Step> steps,
                        @Nullable TravelEstimate nextDestinationTravelEstimate,
                        @Nullable Distance nextStepRemainingDistance,
                        boolean shouldShowNextStep,
                        boolean shouldShowLanes,
                        @Nullable CarIcon junctionImage) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



