Searched refs:launchMode (Results 1 – 1 of 1) sorted by relevance
450 private long startApp(String appName, String launchMode) { in startApp() argument456 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchMode); in startApp()474 public AppLaunchRunnable(Intent intent, String launchMode) { in AppLaunchRunnable() argument476 mLaunchMode = launchMode; in AppLaunchRunnable()