Searched refs:maneuver (Results 1 – 7 of 7) sorted by relevance
72 Maneuver maneuver = Maneuver.newBuilder().build(); in testSerializeAndDeserializeProto() local86 assertThat(maneuver).isNotNull(); in testSerializeAndDeserializeProto()101 assertThat(Maneuver.parseFrom(maneuver.toByteArray())).isNotNull(); in testSerializeAndDeserializeProto()
213 Maneuver maneuver = step.getManeuver(); in assertNavStateProtoValid() local214 if (!Maneuver.TypeV2.UNKNOWN_V2.equals(maneuver.getTypeV2()) in assertNavStateProtoValid()215 && Maneuver.Type.UNKNOWN.equals(maneuver.getType())) { in assertNavStateProtoValid()
80 mManeuver = container.findViewById(R.id.maneuver); in NavStateController()244 private Drawable getManeuverIcon(@Nullable Maneuver maneuver) { in getManeuverIcon() argument245 if (maneuver == null) { in getManeuverIcon()248 switch (maneuver.getType()) { in getManeuverIcon()
81 mManeuver = container.findViewById(R.id.maneuver); in NavStateController()242 private Drawable getManeuverIcon(@Nullable Maneuver maneuver) { in getManeuverIcon() argument243 if (maneuver == null) { in getManeuverIcon()246 switch (maneuver.getType()) { in getManeuverIcon()
109 // Information about a maneuver that the driver will be required to perform.113 // Maneuver type is unknown, no maneuver information should be displayed.325 // Extended set of maneuver types.329 // Maneuver type is unknown, no maneuver information should be displayed.379 // The type of the maneuver.382 // The most accurate representation of the type of a maneuver. If this field383 // is populated, then this field should be used for the type of the maneuver.402 // A reference to an image representing this maneuver,407 // ROUNDABOUT_ENTER_AND_EXIT_*_WITH_ANGLE maneuver types. It can take a value556 // The maneuver to be performed on this step,[all …]