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.java107 assertAppNotInstalledForUser(APP_PKG, preCreatedUserId); in appsAreNotInstalledOnPreCreatedUserTest()
114 assertAppNotInstalledForUser(APP_PKG, preCreatedUserId); in appsAreNotInstalledOnPreCreatedUserTest()
117 assertAppNotInstalledForUser(APP_PKG, preCreatedUserId); in appsAreNotInstalledOnPreCreatedUserTest()
DCarHostJUnit4TestCase.java419 protected void assertAppNotInstalledForUser(String packageName, int userId) in assertAppNotInstalledForUser() method in CarHostJUnit4TestCase