Searched refs:otherKey (Results 1 – 3 of 3) sorted by relevance
78 PackageProviderKey otherKey = (PackageProviderKey) other; in equals() local79 return packageName.equals(otherKey.packageName) in equals()80 && providerName.equals(otherKey.providerName); in equals()
97 TaskKey otherKey = (TaskKey) o; in equals() local98 return id == otherKey.id && stackId == otherKey.stackId && userId == otherKey.userId; in equals()
3499 final long otherKey = getChangedHolderKey(other); in handleMissingPreInfoForChangeError() local3500 if (otherKey == key) { in handleMissingPreInfoForChangeError()