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.java47 private static final String NORMAL_PKG = "com.android.cts.normalapp"; field in EphemeralTest
144 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testQuery"); in testNormalQuery() local
152 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testStartNormal"); in testNormalStartNormal() local
160 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, in testNormalStartEphemeral() local
583 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()