Home
last modified time | relevance | path

Searched refs:MyKey (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DHashMapTest.java454 MyKey aKey = new MyKey(); in test_putLjava_lang_ObjectLjava_lang_Object()
456 assertNull(objmap.remove(new MyKey())); in test_putLjava_lang_ObjectLjava_lang_Object()
461 static class MyKey { class in HashMapTest
462 public MyKey() { in MyKey() method in HashMapTest.MyKey
572 assertNull(map.remove(new MyKey())); in test_removeLjava_lang_Object()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureTest.java523 private class MyKey implements Key { class in SignatureTest
535 private class MyPublicKey extends MyKey implements PublicKey {}
537 private class MyPrivateKey extends MyKey implements PrivateKey {}