Home
last modified time | relevance | path

Searched refs:intentName (Results 1 – 1 of 1) 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() argument
202 Intent intent = new Intent(intentName); in launchIntent()