Home
last modified time | relevance | path

Searched refs:BASIC_SAMPLE_PACKAGE (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0591/src/android/security/cts/CVE_2021_0591/
DDeviceTest.java43 private static final String BASIC_SAMPLE_PACKAGE = field in DeviceTest
62 final Intent intent = packageManager.getLaunchIntentForPackage(BASIC_SAMPLE_PACKAGE); in startMainActivityFromHomeScreen()
66 mDevice.wait(Until.hasObject(By.pkg(BASIC_SAMPLE_PACKAGE).depth(0)), LAUNCH_TIMEOUT_MS); in startMainActivityFromHomeScreen()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0305/src/android/security/cts/CVE_2021_0305/
DDeviceTest.java53 private static final String BASIC_SAMPLE_PACKAGE field in DeviceTest
76 final Intent intent = packageManager.getLaunchIntentForPackage(BASIC_SAMPLE_PACKAGE); in startMainActivityFromHomeScreen()
84 mDevice.wait(Until.hasObject(By.pkg(BASIC_SAMPLE_PACKAGE).depth(0)), LAUNCH_TIMEOUT_MS); in startMainActivityFromHomeScreen()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0481/src/android/security/cts/CVE_2021_0481/
DDeviceTest.java62 private static final String BASIC_SAMPLE_PACKAGE field in DeviceTest