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

Commit 0f984230 authored by Neil Fuller's avatar Neil Fuller Committed by Gerrit Code Review
Browse files

Merge "Remove TODOs that are not needed"

parents 66af025f a9f0eeb3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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)
Loading