Searched defs:NORMAL_PKG (Results 1 – 2 of 2) sorted by relevance
47 private static final String NORMAL_PKG = "com.android.cts.normalapp"; field in EphemeralTest144 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testQuery"); in testNormalQuery() local152 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, "testStartNormal"); in testNormalStartNormal() local160 Utils.runDeviceTestsAsCurrentUser(getDevice(), NORMAL_PKG, TEST_CLASS, in testNormalStartEphemeral() local
43 private static final String NORMAL_PKG = "com.android.cts.normalapp"; field in InstantAppUserTest