Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DCrossUserPackageVisibilityTests.java26 import static android.appenumeration.cts.Utils.installExistPackageForUser;
214 installExistPackageForUser(CTS_SHIM_PACKAGE_NAME, mCurrentUser); in testGetApplicationEnabledSetting_canSeeHiddenUntilInstalled()
DUtils.java117 static void installExistPackageForUser(String apkPath, UserReference user) { in installExistPackageForUser() method in Utils