Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintViewPart.java226 mRemoveAction = new LintViewAction("Remove", ACTION_REMOVE, in createActions()
439 private static final int ACTION_REMOVE = 7; field in LintViewPart
531 case ACTION_REMOVE: { in run()