OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCommandHandler
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/upstream/remote-processor/
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);
MessageInviteView.java
38
private InviteCommandHandler
mCommandHandler
= new InviteCommandHandler();
87
mCommandHandler
.sendCommand(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);
/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 176 milliseconds