Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de029e69 authored by Almaz Mingaleev's avatar Almaz Mingaleev
Browse files

Mark GeoLocationTimeZoneSuggestion.mZoneIds as nullable.

Test: atest frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
Bug: 149014708
Change-Id: Ie4a39c16f1fd09fb3b7dfdaf5a11cd2b84b9c6b8
parent 80ff5c11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ import java.util.StringTokenizer;
 */
public final class GeolocationTimeZoneSuggestion {

    @NonNull private final List<String> mZoneIds;
    @Nullable private final List<String> mZoneIds;
    @Nullable private ArrayList<String> mDebugInfo;

    public GeolocationTimeZoneSuggestion(@Nullable List<String> zoneIds) {