Searched refs:mCommands (Results 1 – 3 of 3) sorted by relevance
54 Set<Session2Command> mCommands = new HashSet<>(); field in Session2CommandGroup64 mCommands.addAll(commands); in Session2CommandGroup()76 mCommands.add((Session2Command) command); in Session2CommandGroup()90 return mCommands.contains(command); in hasCommand()103 for (Session2Command command : mCommands) { in hasCommand()116 return new HashSet<>(mCommands); in getCommands()129 dest.writeParcelableArray(mCommands.toArray(new Session2Command[0]), 0); in writeToParcel()141 private Set<Session2Command> mCommands; field in Session2CommandGroup.Builder144 mCommands = new HashSet<>(); in Builder()156 mCommands = commandGroup.getCommands(); in Builder()[all …]
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()
2570 private final List<Runnable> mCommands = new ArrayList<>(); field in ChildSessionStateMachineTest.LateExecuteExecutor2574 mCommands.add(command); in execute()2578 for (Runnable c : mCommands) { in actuallyExecute()