OSDN Git Service

Remove TODOs that are not needed
authorNeil Fuller <nfuller@google.com>
Mon, 3 Jul 2017 13:38:50 +0000 (14:38 +0100)
committerNeil Fuller <nfuller@google.com>
Mon, 17 Jul 2017 16:57:11 +0000 (17:57 +0100)
Remove TODOs to add classes to the system API that are not needed
(since they are used by a platform-only app).

Bug: 31008728
Test: make droid
Change-Id: I0d75686ddeae929e9d87c5ca8703a609a1450d76
Merged-In: I600e7b08853b86b27463193411cf85207ae09ce8

core/java/android/app/timezone/Callback.java
core/java/android/app/timezone/DistroFormatVersion.java
core/java/android/app/timezone/DistroRulesVersion.java
core/java/android/app/timezone/RulesManager.java
core/java/android/app/timezone/RulesState.java
core/java/android/app/timezone/RulesUpdaterContract.java
core/java/android/provider/TimeZoneRulesDataContract.java

index b51e5ba..aea8038 100644 (file)
@@ -27,7 +27,6 @@ import java.lang.annotation.RetentionPolicy;
  *
  * @hide
  */
-// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
 public abstract class Callback {
 
     @Retention(RetentionPolicy.SOURCE)
index e879e8f..be732e4 100644 (file)
@@ -35,7 +35,6 @@ import android.os.Parcelable;
  *
  * @hide
  */
-// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
 public final class DistroFormatVersion implements Parcelable {
 
     private final int mMajorVersion;
index 1eb9f45..a680594 100644 (file)
@@ -36,7 +36,6 @@ import android.os.Parcelable;
  *
  * @hide
  */
-// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
 public final class DistroRulesVersion implements Parcelable {
 
     private final String mRulesVersion;
index 649d894..ad9b698 100644 (file)
@@ -64,7 +64,6 @@ import java.util.Arrays;
  * {@link Context#TIME_ZONE_RULES_MANAGER_SERVICE}.
  * @hide
  */
-// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
 public final class RulesManager {
     private static final String TAG = "timezone.RulesManager";
     private static final boolean DEBUG = false;
index 7d6ad21..ec247eb 100644 (file)
@@ -60,7 +60,6 @@ import java.lang.annotation.RetentionPolicy;
  *
  * @hide
  */
-// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
 public final class RulesState implements Parcelable {
 
     @Retention(RetentionPolicy.SOURCE)
index 07b2f33..9c62f46 100644 (file)
@@ -27,7 +27,6 @@ import android.os.UserHandle;
  *
  * @hide
  */
-// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
 public final class RulesUpdaterContract {
 
     /**
index a607563..7896385 100644 (file)
@@ -24,7 +24,6 @@ import android.net.Uri;
  *
  * @hide
  */
-// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
 public final class TimeZoneRulesDataContract {
 
     private TimeZoneRulesDataContract() {}