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

Commit cfd82c05 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove @UnsupportedAppUsage from IInputConnectionWrapper#mLock"

parents d8599dfc d52a271e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@ package com.android.internal.view;

import android.annotation.NonNull;
import android.annotation.Nullable;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
@@ -93,7 +91,7 @@ public final class IInputConnectionWrapper extends IInputContext.Stub {

    private Looper mMainLooper;
    private Handler mH;
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)

    private final Object mLock = new Object();
    @GuardedBy("mLock")
    private boolean mFinished = false;