Home
last modified time | relevance | path

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

/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DAutoLauncherStrategy.java270 private void waitUntilOneOfTheAppOpen(List<String> appNames, long timeout) { in waitUntilOneOfTheAppOpen() argument
276 appNames.stream() in waitUntilOneOfTheAppOpen()
290 String.join(", ", appNames), timeout)); in waitUntilOneOfTheAppOpen()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java567 private void closeApps(String[] appNames) { in closeApps() argument
568 int length = appNames == null ? 0 : appNames.length; in closeApps()
570 Intent startIntent = mAppLaunchIntentsMapping.get(appNames[i]); in closeApps()