Loading location/java/android/location/provider/ForwardGeocodeRequest.java +5 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,11 @@ public final class ForwardGeocodeRequest implements Parcelable { mCallingAttributionTag = null; } /** Sets the attribution tag. */ /** * Sets the attribution tag. * * @param attributionTag The attribution tag to associate with the request. */ @NonNull public Builder setCallingAttributionTag(@NonNull String attributionTag) { mCallingAttributionTag = attributionTag; Loading location/java/android/location/provider/ReverseGeocodeRequest.java +5 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,11 @@ public final class ReverseGeocodeRequest implements Parcelable { mCallingAttributionTag = null; } /** Sets the attribution tag. */ /** * Sets the attribution tag. * * @param attributionTag The attribution tag to associate with the request. */ @NonNull public Builder setCallingAttributionTag(@NonNull String attributionTag) { mCallingAttributionTag = attributionTag; Loading Loading
location/java/android/location/provider/ForwardGeocodeRequest.java +5 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,11 @@ public final class ForwardGeocodeRequest implements Parcelable { mCallingAttributionTag = null; } /** Sets the attribution tag. */ /** * Sets the attribution tag. * * @param attributionTag The attribution tag to associate with the request. */ @NonNull public Builder setCallingAttributionTag(@NonNull String attributionTag) { mCallingAttributionTag = attributionTag; Loading
location/java/android/location/provider/ReverseGeocodeRequest.java +5 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,11 @@ public final class ReverseGeocodeRequest implements Parcelable { mCallingAttributionTag = null; } /** Sets the attribution tag. */ /** * Sets the attribution tag. * * @param attributionTag The attribution tag to associate with the request. */ @NonNull public Builder setCallingAttributionTag(@NonNull String attributionTag) { mCallingAttributionTag = attributionTag; Loading