Searched refs:installExistPackageForUser (Results 1 – 2 of 2) sorted by relevance
26 import static android.appenumeration.cts.Utils.installExistPackageForUser;214 installExistPackageForUser(CTS_SHIM_PACKAGE_NAME, mCurrentUser); in testGetApplicationEnabledSetting_canSeeHiddenUntilInstalled()
117 static void installExistPackageForUser(String apkPath, UserReference user) { in installExistPackageForUser() method in Utils