aboutsummaryrefslogtreecommitdiffstats
path: root/api/cm_current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/cm_current.txt')
-rw-r--r--api/cm_current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt
index a00cf44..4c39eec 100644
--- a/api/cm_current.txt
+++ b/api/cm_current.txt
@@ -1391,6 +1391,7 @@ package cyanogenmod.weather {
method public java.lang.String getCountry();
method public java.lang.String getCountryId();
method public java.lang.String getPostalCode();
+ method public java.lang.String getState();
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<cyanogenmod.weather.WeatherLocation> CREATOR;
}
@@ -1400,6 +1401,7 @@ package cyanogenmod.weather {
method public cyanogenmod.weather.WeatherLocation build();
method public cyanogenmod.weather.WeatherLocation.Builder setCountry(java.lang.String, java.lang.String);
method public cyanogenmod.weather.WeatherLocation.Builder setPostalCode(java.lang.String);
+ method public cyanogenmod.weather.WeatherLocation.Builder setState(java.lang.String);
}
}