Searched refs:assertInstallSucceeds (Results 1 – 2 of 2) sorted by relevance
19 import static android.healthconnect.cts.database.DatabaseTestUtils.assertInstallSucceeds;118 assertInstallSucceeds(getDevice(), sPreviousVersionFile, true); in checkBackwardCompatibility()247 assertInstallSucceeds(getDevice(), sCurrentVersionFile, true); in tearDown()
76 public static void assertInstallSucceeds( in assertInstallSucceeds() method in DatabaseTestUtils