Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoring.java110 private static final String KEY_REMOVE_ALL = "removeall"; //$NON-NLS-1$ field in ExtractStyleRefactoring
139 mRemoveAll = Boolean.parseBoolean(arguments.get(KEY_REMOVE_ALL)); in ExtractStyleRefactoring()
202 args.put(KEY_REMOVE_ALL, Boolean.toString(mRemoveAll)); in createArgumentMap()