Searched refs:otherKey (Results 1 – 1 of 1) sorted by relevance
224 AllocationKey otherKey = (AllocationKey) other; in equals() local226 return otherKey.mType.equals(mType) && otherKey.mUsage == mUsage; in equals()