Searched refs:getZip (Results 1 – 6 of 6) sorted by relevance
157 EXPECT_EQ(address.getZip(), 3342); in TEST_F()175 EXPECT_EQ(orderType.getShipTo()[0].getZip(), 1); in TEST_F()181 EXPECT_EQ(orderType.getShipTo()[1].getZip(), -7922816251426433759); in TEST_F()188 EXPECT_EQ(orderType.getBillTo()[0].getZip(), 1); in TEST_F()202 EXPECT_EQ(orderType.getShipTo()[0].getZip(), orderType2.getShipTo()[0].getZip()); in TEST_F()208 EXPECT_EQ(orderType.getShipTo()[1].getZip(), orderType2.getShipTo()[1].getZip()); in TEST_F()215 EXPECT_EQ(orderType.getBillTo()[0].getZip(), orderType2.getBillTo()[0].getZip()); in TEST_F()
266 ZipFileRO* getZip();316 ZipFileRO* getZip(const String8& path);
869 return ap.zip->getZip(); in getZipFileLocked()880 return ap.zip != NULL ? ap.zip->getZip() : NULL; in getZipFileLocked()1213 pZip = mZipSet.getZip(ap.path); in scanAndMergeZipLocked()1474 ZipFileRO* AssetManager::SharedZip::getZip() in getZip() function in AssetManager::SharedZip1585 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path) in getZip() function in AssetManager::ZipSet1587 return getSharedZip(path)->getZip(); in getZip()
50 assertThat(orderType.getBillTo().getZip(), is(new BigInteger("1"))); in testPurchaseSimple()52 assertThat(orderType.getShipTo().get(1).getZip(), in testPurchaseSimple()
20 method public java.math.BigInteger getZip();
21 method public short getZip();