Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java181 if (setupAppLaunch(appName) == ILauncherStrategy.LAUNCH_FAILED_TIMESTAMP) { in testColdLaunchFromLauncher()
233 if (setupAppLaunch(appName) == ILauncherStrategy.LAUNCH_FAILED_TIMESTAMP) { in testHotLaunchFromLauncher()
350 public long setupAppLaunch(String appName) throws RemoteException { in setupAppLaunch() method in AppTransitionTests