Home
last modified time | relevance | path

Searched defs:srcIntegerQueue (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DOldPriorityQueueTest.java75 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_Serialization() local
77 new SerializationTester<PriorityQueue<Integer>>(srcIntegerQueue, s) { in test_Serialization() argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPriorityQueueTest.java681 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_Serialization() local
698 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_Serialization_casting() local
715 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_SerializationCompatibility_cast() local