Searched refs:ACTION_RUN (Results 1 – 1 of 1) sorted by relevance
115 ACTION_RUN, null); in getMenu()126 LintMenuAction projectAction = new LintMenuAction(label, icon, ACTION_RUN, p); in getMenu()136 IAction fileAction = new LintMenuAction("Check Current File", icon, ACTION_RUN, in getMenu()174 private static final int ACTION_RUN = 1; field in RunLintAction226 assert mAction == ACTION_RUN; in run() local