Searched refs:USER_TEST_PKG (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | InstantAppUserTest.java | 60 private static final String USER_TEST_PKG = "com.android.cts.userapptest"; field in InstantAppUserTest 174 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryInstant", mPrimaryUserId); in testInstallInstant() 175 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryInstant", mSecondaryUserId); in testInstallInstant() 184 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryFull", mPrimaryUserId); in testInstallFull() 185 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryFull", mSecondaryUserId); in testInstallFull() 195 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryFull", mPrimaryUserId); in testInstallMultiple() 196 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryInstant", mSecondaryUserId); in testInstallMultiple() 205 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryInstant", mPrimaryUserId); in testUpgradeExisting() 206 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryInstant", mSecondaryUserId); in testUpgradeExisting() 209 runDeviceTestsAsUser(USER_TEST_PKG, TEST_CLASS, "testQueryInstant", mPrimaryUserId); in testUpgradeExisting() [all …]
|