Searched refs:KEY_REMOVE_ALL (Results 1 – 1 of 1) sorted by relevance
110 private static final String KEY_REMOVE_ALL = "removeall"; //$NON-NLS-1$ field in ExtractStyleRefactoring139 mRemoveAll = Boolean.parseBoolean(arguments.get(KEY_REMOVE_ALL)); in ExtractStyleRefactoring()202 args.put(KEY_REMOVE_ALL, Boolean.toString(mRemoveAll)); in createArgumentMap()