Home
last modified time | relevance | path

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

/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java225 Object numericTypesInstance = types.getMethod("getNumericTypes").invoke(instance); in testPredefinedTypes() local
227 numericTypesInstance); in testPredefinedTypes()
229 numericTypesInstance); in testPredefinedTypes()
230 long _long = (long) numericTypes.getMethod("get_long").invoke(numericTypesInstance); in testPredefinedTypes()
231 int _int = (int) numericTypes.getMethod("get_int").invoke(numericTypesInstance); in testPredefinedTypes()
232 short _short = (short) numericTypes.getMethod("get_short").invoke(numericTypesInstance); in testPredefinedTypes()
233 byte _byte = (byte) numericTypes.getMethod("get_byte").invoke(numericTypesInstance); in testPredefinedTypes()
235 "getNegativeInteger").invoke(numericTypesInstance); in testPredefinedTypes()
237 "getNonNegativeInteger").invoke(numericTypesInstance); in testPredefinedTypes()
239 "getPositiveInteger").invoke(numericTypesInstance); in testPredefinedTypes()
[all …]