Home
last modified time | relevance | path

Searched defs:launchIntent (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java200 public void launchIntent(String intentName) throws InterruptedException { in launchIntent() method in ActivityHelper
224 public void launchIntent(Intent intent) throws InterruptedException { in launchIntent() method in ActivityHelper
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java113 public void launchIntent(Intent intent) { in launchIntent() method in AuptTestCase