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

Commit 424b267e authored by Yi Jiang's avatar Yi Jiang Committed by Android (Google) Code Review
Browse files

Merge "Cleans up lagecy annotations" into sc-dev

parents 8d1d9728 c9be3d12
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);