Merge "Compute correct rejected time" into pi-dev
am: 29e2a3dd92
Change-Id: Ifbbf9fc7ff2b6392bdf3084849b276c9daae3767
This commit is contained in:
@@ -1571,7 +1571,7 @@ public class AppOpsManager {
|
|||||||
long time = 0;
|
long time = 0;
|
||||||
for (int i = 0; i < _NUM_UID_STATE; i++) {
|
for (int i = 0; i < _NUM_UID_STATE; i++) {
|
||||||
if (mRejectTimes[i] > time) {
|
if (mRejectTimes[i] > time) {
|
||||||
time = mTimes[i];
|
time = mRejectTimes[i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return time;
|
return time;
|
||||||
|
|||||||
Reference in New Issue
Block a user