Searched refs:mCommands (Results 1 – 2 of 2) sorted by relevance
41 private final List<EventHandler<String[]>> mCommands = new ArrayList<>(); field in CommandInterceptor48 mCommands.add(this::quickViewer); in CommandInterceptor()49 mCommands.add(this::gestureScale); in CommandInterceptor()50 mCommands.add(this::jobProgressDialog); in CommandInterceptor()51 mCommands.add(this::docDetails); in CommandInterceptor()52 mCommands.add(this::forcePaging); in CommandInterceptor()56 mCommands.add(handler); in add()74 for (EventHandler<String[]> command : mCommands) { in accept()
2161 private final List<Runnable> mCommands = new ArrayList<>(); field in ChildSessionStateMachineTest.LateExecuteExecutor2165 mCommands.add(command); in execute()2169 for (Runnable c : mCommands) { in actuallyExecute()