From c9be3d120f14b319170833a65a7b4fa027fb66c9 Mon Sep 17 00:00:00 2001 From: Yi Jiang Date: Tue, 27 Apr 2021 13:23:13 -0700 Subject: [PATCH] Cleans up lagecy annotations Bug: 175334753 Test: None Change-Id: Id8d60e7bd282a4efcea4eebd4de536e3c4cd63fc --- .../service/rotationresolver/RotationResolverService.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/java/android/service/rotationresolver/RotationResolverService.java b/core/java/android/service/rotationresolver/RotationResolverService.java index 604dd0ac82989..0932901edf506 100644 --- a/core/java/android/service/rotationresolver/RotationResolverService.java +++ b/core/java/android/service/rotationresolver/RotationResolverService.java @@ -136,9 +136,6 @@ public abstract class RotationResolverService extends Service { @MainThread private void resolveRotation(IRotationResolverCallback callback, RotationResolutionRequest request, ICancellationSignal transport) { - // TODO(b/175334753): The current behavior of preempted failures is based on the design we - // had in Smart OS exploration. We should revisit it once we have implemented the whole - // feature and tested on devices. if (mPendingCallback != null && (mCancellationSignal == null || !mCancellationSignal.isCanceled())) { reportFailures(callback, ROTATION_RESULT_FAILURE_PREEMPTED);