Searched refs:ACTION_LAUNCH_SERVER (Results 1 – 3 of 3) sorted by relevance
47 String ACTION_LAUNCH_SERVER = field
168 intent.setAction(Constants.ACTION_LAUNCH_SERVER); in launchService()
186 if (intent.getAction().equals(Constants.ACTION_LAUNCH_SERVER)) { in startAction()