HomeSort by relevance Sort by last modified time
    Searched refs:mCommandHandler (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/upstream/remote-processor/
BackgroundRemoteProcessorServer.cpp 35 : _server(new CRemoteProcessorServer(uiPort)), mCommandHandler(std::move(commandHandler))
46 _server.get(), std::ref(*mCommandHandler));
BackgroundRemoteProcessorServer.h 54 std::unique_ptr<IRemoteCommandHandler> mCommandHandler;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentProgressDialogFragment.java 33 private AttachmentCommandHandler mCommandHandler;
63 mCommandHandler = new AttachmentCommandHandler(getActivity());
98 mCommandHandler.sendCommand(mAttachment.uri, params);
AttachmentActionHandler.java 53 private final AttachmentCommandHandler mCommandHandler;
65 mCommandHandler = new AttachmentCommandHandler(context);
133 mCommandHandler.sendCommand(attachment.uri, params);
140 mCommandHandler.sendCommand(mAttachment.uri, params);
148 mCommandHandler.sendCommand(attachment.uri, params);
MessageInviteView.java 38 private InviteCommandHandler mCommandHandler = new InviteCommandHandler();
87 mCommandHandler.sendCommand(params);
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 60 : mConnector(toplevelConfig), mCommandHandler(mConnector.createCommandHandler())
115 std::unique_ptr<CommandHandlerInterface> mCommandHandler;
179 if (not mCommandHandler->process(command, tokens, output)) {
196 if (not mCommandHandler->process("listConflictingElements", {}, conflicting)) {

Completed in 378 milliseconds