Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPreCreateUsersHostTest.java86 assertAppNotInstalledForUser(APP_PKG, preCreatedUserId); in appsAreNotInstalledOnPreCreatedUserTest()
89 assertAppNotInstalledForUser(APP_PKG, preCreatedUserId); in appsAreNotInstalledOnPreCreatedUserTest()
/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java548 protected void assertAppNotInstalledForUser(String packageName, int userId) in assertAppNotInstalledForUser() method in CarHostJUnit4TestCase