Searched refs:ACTION_LAUNCH_SERVER (Results 1 – 3 of 3) sorted by relevance
46 public static final String ACTION_LAUNCH_SERVER = field
167 intent.setAction(Constants.ACTION_LAUNCH_SERVER); in launchService()
175 if (intent.getAction().equals(Constants.ACTION_LAUNCH_SERVER)) { in startAction()