Home
last modified time | relevance | path

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

/platform_testing/tests/functional/applinktests/src/com/android/functional/applinktests/
DAppLinkTests.java215 private void openLink(String scheme, String host) throws InterruptedException { in openLink() argument
217 "am start -a android.intent.action.VIEW -d %s://%s/", scheme, host)); in openLink()