Searched refs:setupAppLaunch (Results 1 – 1 of 1) sorted by relevance
181 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