Searched refs:mLaunchAction (Results 1 – 4 of 4) sorted by relevance
81 private int mLaunchAction = LaunchConfigDelegate.DEFAULT_LAUNCH_ACTION; field in MainLaunchConfigTab155 mLaunchAction = LaunchConfigDelegate.ACTION_DEFAULT; in createControl()170 mLaunchAction = LaunchConfigDelegate.ACTION_ACTIVITY; in createControl()200 mLaunchAction = LaunchConfigDelegate.ACTION_DO_NOTHING; in createControl()227 configuration.setAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION, mLaunchAction); in performApply()340 mLaunchAction = LaunchConfigDelegate.DEFAULT_LAUNCH_ACTION; in initializeFrom()342 mLaunchAction = config.getAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION, in initializeFrom()343 mLaunchAction); in initializeFrom()348 mDefaultActionButton.setSelection(mLaunchAction == LaunchConfigDelegate.ACTION_DEFAULT); in initializeFrom()349 mActivityActionButton.setSelection(mLaunchAction == LaunchConfigDelegate.ACTION_ACTIVITY); in initializeFrom()[all …]
62 private final IAndroidLaunchAction mLaunchAction; field in DelayedLaunchInfo99 mLaunchAction = launchAction; in DelayedLaunchInfo()186 return mLaunchAction; in getLaunchAction()
33 public int mLaunchAction = LaunchConfigDelegate.DEFAULT_LAUNCH_ACTION; field in AndroidLaunchConfiguration109 mLaunchAction = config.getAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION, in set()110 mLaunchAction); in set()
257 if (config.mLaunchAction == ACTION_ACTIVITY) { in doLaunch()271 config.mLaunchAction = ACTION_DO_NOTHING; in doLaunch()309 } else if (config.mLaunchAction == ACTION_DEFAULT) { in doLaunch()322 if (config.mLaunchAction == ACTION_DO_NOTHING || activityName == null) { in doLaunch()422 config.mLaunchAction = ACTION_DO_NOTHING; in revertToNoActionLaunch()