Home
last modified time | relevance | path

Searched refs:otherInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/watchdog/
DExplicitHealthCheckService.java247 PackageConfig otherInfo = (PackageConfig) other; in equals() local
248 return Objects.equals(otherInfo.getHealthCheckTimeoutMillis(), in equals()
250 && Objects.equals(otherInfo.getPackageName(), mPackageName); in equals()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1757 const InputWindowInfo* otherInfo = otherHandle->getInfo(); in isWindowObscuredAtPointLocked() local
1758 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() local
1776 if (otherInfo->displayId == displayId && otherInfo->visible && in isWindowObscuredLocked()
1777 !otherInfo->isTrustedOverlay() && otherInfo->overlaps(windowInfo)) { in isWindowObscuredLocked()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java628 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()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java3617 final TouchDelegateInfo otherInfo = other.mTouchDelegateInfo; in init() local
3618 mTouchDelegateInfo = (otherInfo != null) in init()
3619 ? new TouchDelegateInfo(otherInfo.mTargetMap, true) : null; in init()