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.java359 installExistingAppAsUser(APPB_PKG, mOtherUser); in testAppUnableToAccessOtherUserAppDataDir()
375 installExistingAppAsUser(APPB_PKG, mOtherUser); in testAppUnableToAccessOtherUserAppDataDirApi29()
411 private void installExistingAppAsUser(String packageName, int userId) throws Exception { in installExistingAppAsUser() method in AppDataIsolationTests