Home
last modified time | relevance | path

Searched refs: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
684 .getDeserilizedObject(srcIntegerQueue); in test_Serialization()
698 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_Serialization_casting() local
701 .getDeserilizedObject(srcIntegerQueue); in test_Serialization_casting()
715 PriorityQueue<Integer> srcIntegerQueue = new PriorityQueue<Integer>( in test_SerializationCompatibility_cast() local
718 .readObject(srcIntegerQueue, SERIALIZATION_FILE_NAME); in test_SerializationCompatibility_cast()