Home
last modified time | relevance | path

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

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerOTATests.java129 mUtils.expectExists(mPackageXml, PACKAGE_XPATH)); in testSystemAppAddedNewerThanUpdate()
133 mUtils.expectExists(mPackageXml, UPDATE_PACKAGE_XPATH)); in testSystemAppAddedNewerThanUpdate()
144 mUtils.expectExists(mPackageXml, PACKAGE_XPATH)); in testSystemAppAddedNewerThanUpdate()
148 mUtils.expectExists(mPackageXml, UPDATE_PACKAGE_XPATH)); in testSystemAppAddedNewerThanUpdate()
169 mUtils.expectExists(mPackageXml, PACKAGE_XPATH)); in testSystemAppAddedOlderThanUpdate()
173 mUtils.expectExists(mPackageXml, UPDATE_PACKAGE_XPATH)); in testSystemAppAddedOlderThanUpdate()
184 mUtils.expectExists(mPackageXml, PACKAGE_XPATH)); in testSystemAppAddedOlderThanUpdate()
188 mUtils.expectExists(mPackageXml, UPDATE_PACKAGE_XPATH)); in testSystemAppAddedOlderThanUpdate()
208 mUtils.expectExists(mPackageXml, PACKAGE_XPATH)); in testSystemAppRemoved()
212 mUtils.expectExists(mPackageXml, UPDATE_PACKAGE_XPATH)); in testSystemAppRemoved()
[all …]
DPackageManagerOTATestUtils.java112 public boolean expectExists(File xmlFile, String xPathString) { in expectExists() method in PackageManagerOTATestUtils