Searched refs:postActionCommand (Results 1 – 2 of 2) sorted by relevance
77 @Nullable Bundle arguments, @Nullable ThrowingRunnable postActionCommand) in executeCommand() argument98 if (postActionCommand != null) { in executeCommand()100 postActionCommand.run(); in executeCommand()
215 boolean detectDirectActionsInvalidated(@NonNull ThrowingRunnable postActionCommand) in detectDirectActionsInvalidated() argument219 null /*directAction*/, null /*arguments*/, postActionCommand); in detectDirectActionsInvalidated()299 @Nullable ThrowingRunnable postActionCommand) throws Exception { in executeRemoteCommand() argument320 if (postActionCommand != null) { in executeRemoteCommand()322 postActionCommand.run(); in executeRemoteCommand()