Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppDataIsolationTests.java342 installExistingAppAsUser(APPB_PKG, mOtherUser); in testAppUnableToAccessOtherUserAppDataDir()
358 installExistingAppAsUser(APPB_PKG, mOtherUser); in testAppUnableToAccessOtherUserAppDataDirApi29()
394 private void installExistingAppAsUser(String packageName, int userId) throws Exception { in installExistingAppAsUser() method in AppDataIsolationTests