Home
last modified time | relevance | path

Searched refs:mCommands (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DCommandInterceptor.java41 private final List<EventHandler<String[]>> mCommands = new ArrayList<>(); field in CommandInterceptor
48 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()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java2161 private final List<Runnable> mCommands = new ArrayList<>(); field in ChildSessionStateMachineTest.LateExecuteExecutor
2165 mCommands.add(command); in execute()
2169 for (Runnable c : mCommands) { in actuallyExecute()