Searched refs:BASIC_SAMPLE_PACKAGE (Results 1 – 3 of 3) sorted by relevance
43 private static final String BASIC_SAMPLE_PACKAGE = field in DeviceTest62 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()
53 private static final String BASIC_SAMPLE_PACKAGE field in DeviceTest76 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()
62 private static final String BASIC_SAMPLE_PACKAGE field in DeviceTest