Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DEphemeralTest.java48 private static final String NORMAL_PKG = "com.android.cts.normalapp"; field in EphemeralTest
145 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testQuery"); in testNormalQuery() local
153 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testStartNormal"); in testNormalStartNormal() local
161 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, in testNormalStartEphemeral() local
518 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, in testGetChangedPackages() local
527 installEphemeralApp(EPHEMERAL_1_APK, NORMAL_PKG); in uninstall_userInstalledApp_shouldBeUserInitiated()
529 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, in uninstall_userInstalledApp_shouldBeUserInitiated() local
538 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, in uninstall_pruneInstantApp_shouldNotBeUserInitiated() local
641 uninstallPackage(NORMAL_PKG); in uninstallTestPackages()
DInstantAppUserTest.java43 private static final String NORMAL_PKG = "com.android.cts.normalapp"; field in InstantAppUserTest
233 getDevice().uninstallPackage(NORMAL_PKG); in uninstallTestPackages()