Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java450 private long startApp(String appName, String launchMode) { in startApp() argument
456 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchMode); in startApp()
474 public AppLaunchRunnable(Intent intent, String launchMode) { in AppLaunchRunnable() argument
476 mLaunchMode = launchMode; in AppLaunchRunnable()