Searched refs:CommandInterceptor (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.documentsui.queries.CommandInterceptor.COMMAND_PREFIX;38 private CommandInterceptor mProcessor;44 mProcessor = new CommandInterceptor(new TestFeatures()); in setUp()
34 public final class CommandInterceptor implements EventHandler<String> { class45 public CommandInterceptor(Features features) { in CommandInterceptor() method in CommandInterceptor203 CommandInterceptor interceptor) { in createDebugModeFlipper()
25 import com.android.documentsui.queries.CommandInterceptor;68 new CommandInterceptor(new TestFeatures()), mock(ViewGroup.class), in TestSearchViewManager()
68 import com.android.documentsui.queries.CommandInterceptor;254 final CommandInterceptor cmdInterceptor = new CommandInterceptor(mInjector.features); in onCreate()255 cmdInterceptor.add(new CommandInterceptor.DumpRootsCacheHandler(this)); in onCreate()260 CommandInterceptor.createDebugModeFlipper( in onCreate()
21 import com.android.documentsui.queries.CommandInterceptor;