aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorLuis Vidal <lvidal@cyngn.com>2016-04-13 17:37:33 -0700
committerLuis Vidal <lvidal@cyngn.com>2016-04-13 17:52:16 -0700
commitad5e5d019f9cd3e988751646c2ae2633d1dc27e2 (patch)
tree8fa610c640d998df98bce01e6f9c4ec2d103f0e2 /api
parentb49885a64935b7b65c3a665e2b160c0137569c00 (diff)
downloadvendor_cmsdk-ad5e5d019f9cd3e988751646c2ae2633d1dc27e2.zip
vendor_cmsdk-ad5e5d019f9cd3e988751646c2ae2633d1dc27e2.tar.gz
vendor_cmsdk-ad5e5d019f9cd3e988751646c2ae2633d1dc27e2.tar.bz2
Remove public default constructor from CMWeatherManager.RequestStatus [1/2]
RequestStatus holds only final constants and should not provide public constructors. This class also should be final. This patch also fix minor typos on RequestStatus javadoc Change-Id: I0deb1d6a9b23eed83451dec352bb4c410e2378d6 TICKET: CYNGNOS-2441
Diffstat (limited to 'api')
-rw-r--r--api/cm_current.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt
index 40d6fa5..5c1d080 100644
--- a/api/cm_current.txt
+++ b/api/cm_current.txt
@@ -1366,8 +1366,7 @@ package cyanogenmod.weather {
method public abstract void onLookupCityRequestCompleted(int, java.util.List<cyanogenmod.weather.WeatherLocation>);
}
- public static class CMWeatherManager.RequestStatus {
- ctor public CMWeatherManager.RequestStatus();
+ public static final class CMWeatherManager.RequestStatus {
field public static final int ALREADY_IN_PROGRESS = -3; // 0xfffffffd
field public static final int COMPLETED = 1; // 0x1
field public static final int FAILED = -1; // 0xffffffff