Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPreCreateUsersHostTest.java106 assertAppInstalledForUser(APP_PKG, initialUserId); in appsAreNotInstalledOnPreCreatedUserTest()
113 assertAppInstalledForUser(APP_PKG, initialUserId); in appsAreNotInstalledOnPreCreatedUserTest()
DCarHostJUnit4TestCase.java410 protected void assertAppInstalledForUser(String packageName, int userId) in assertAppInstalledForUser() method in CarHostJUnit4TestCase