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

Commit 0fc26e75 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Compute correct rejected time" into pi-dev am: 29e2a3dd

am: 787409ae

Change-Id: I178f89f3ac313eee9f8ffa6acedc4b7ff98774ac
parents 71df6212 787409ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1571,7 +1571,7 @@ public class AppOpsManager {
            long time = 0;
            for (int i = 0; i < _NUM_UID_STATE; i++) {
                if (mRejectTimes[i] > time) {
                    time = mTimes[i];
                    time = mRejectTimes[i];
                }
            }
            return time;