Searched refs:AllocateFilterCommand (Results 1 – 2 of 2) sorted by relevance
82 private class AllocateFilterCommand implements Command { class in TextGraphReader86 public AllocateFilterCommand(String className, String filterName) { in AllocateFilterCommand() method in TextGraphReader.AllocateFilterCommand254 mCommands.add(new AllocateFilterCommand(curClassName, curFilterName)); in parseString()
110 private static class AllocateFilterCommand implements Command { class in GraphReader114 public AllocateFilterCommand(String className, String filterName) { in AllocateFilterCommand() method in GraphReader.AllocateFilterCommand374 mCommandStack.append(new AllocateFilterCommand(className, mCurFilterName)); in beginFilter()