Home
last modified time | relevance | path

Searched refs:ACTION_RUN (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DRunLintAction.java115 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 RunLintAction
226 assert mAction == ACTION_RUN; in run() local