Searched refs:clonedKey (Results 1 – 2 of 2) sorted by relevance
1140 Key<?> clonedKey; in testKeyHashCodesFixedAtInjectionTime() local1142 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotation()); in testKeyHashCodesFixedAtInjectionTime()1144 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotationType()); in testKeyHashCodesFixedAtInjectionTime()1146 clonedKey = Key.get(bindingKey.getTypeLiteral()); in testKeyHashCodesFixedAtInjectionTime()1148 assertEquals(bindingKey, clonedKey); in testKeyHashCodesFixedAtInjectionTime()1152 clonedKey.hashCode()); in testKeyHashCodesFixedAtInjectionTime()
1337 Key<?> clonedKey; in testKeyHashCodesFixedAtInjectionTime() local1339 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotation()); in testKeyHashCodesFixedAtInjectionTime()1341 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotationType()); in testKeyHashCodesFixedAtInjectionTime()1343 clonedKey = Key.get(bindingKey.getTypeLiteral()); in testKeyHashCodesFixedAtInjectionTime()1345 assertEquals(bindingKey, clonedKey); in testKeyHashCodesFixedAtInjectionTime()1349 clonedKey.hashCode()); in testKeyHashCodesFixedAtInjectionTime()