Home
last modified time | relevance | path

Searched defs: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
DInstantAppUserTest.java43 private static final String NORMAL_PKG = "com.android.cts.normalapp"; field in InstantAppUserTest