Home
last modified time | relevance | path

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

/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java47 Class<?> usAddress = result.loadClass("USAddress"); in testPurchaseSimple() local
57 String name = (String) usAddress.getMethod("getName").invoke(billTo); in testPurchaseSimple()
58 BigInteger zip = (BigInteger) usAddress.getMethod("getZip").invoke(billTo); in testPurchaseSimple()
59 String street = (String) usAddress.getMethod("getStreet").invoke(shipToList.get(0)); in testPurchaseSimple()
60 BigInteger largeZip = (BigInteger) usAddress.getMethod("getZip").invoke(shipToList.get(1)); in testPurchaseSimple()
113 Class<?> usAddress = result.loadClass("USAddressP"); in testSimpleComplexContent() local
125 String usStreet = (String) usAddress.getMethod("getStreet").invoke(usAddressInstance); in testSimpleComplexContent()
126 BigInteger usZipcode = (BigInteger) usAddress.getMethod("getZipcode").invoke( in testSimpleComplexContent()