Searched refs:otherKey (Results 1 – 4 of 4) sorted by relevance
91 PackageProviderKey otherKey = (PackageProviderKey) other; in equals() local92 return packageName.equals(otherKey.packageName) in equals()93 && providerName.equals(otherKey.providerName); in equals()
100 TaskKey otherKey = (TaskKey) o; in equals() local101 return id == otherKey.id in equals()102 && windowingMode == otherKey.windowingMode in equals()103 && userId == otherKey.userId; in equals()
3656 final long otherKey = getChangedHolderKey(other); in handleMissingPreInfoForChangeError() local3657 if (otherKey == key) { in handleMissingPreInfoForChangeError()
4006 final long otherKey = getChangedHolderKey(other); in handleMissingPreInfoForChangeError() local4007 if (otherKey == key) { in handleMissingPreInfoForChangeError()