Searched refs:otherInfo (Results 1 – 4 of 4) sorted by relevance
247 PackageConfig otherInfo = (PackageConfig) other; in equals() local248 return Objects.equals(otherInfo.getHealthCheckTimeoutMillis(), in equals()250 && Objects.equals(otherInfo.getPackageName(), mPackageName); in equals()
1757 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked() local1758 if (otherInfo->displayId == displayId && otherInfo->visible && in isWindowObscuredAtPointLocked()1759 !otherInfo->isTrustedOverlay() && otherInfo->frameContainsPoint(x, y)) { in isWindowObscuredAtPointLocked()1775 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredLocked() local1776 if (otherInfo->displayId == displayId && otherInfo->visible && in isWindowObscuredLocked()1777 !otherInfo->isTrustedOverlay() && otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()
628 for (ApplicationInfo otherInfo : mApplications) { in removePackage()629 if (!otherInfo.enabled) { in removePackage()637 for (ApplicationInfo otherInfo : mApplications) { in removePackage()638 if (AppUtils.isInstant(otherInfo)) { in removePackage()
3617 final TouchDelegateInfo otherInfo = other.mTouchDelegateInfo; in init() local3618 mTouchDelegateInfo = (otherInfo != null) in init()3619 ? new TouchDelegateInfo(otherInfo.mTargetMap, true) : null; in init()