Searched refs:getCommand (Results 1 – 11 of 11) sorted by relevance
97 if (Event.COMMAND_DELAY.equals(e.getCommand())) { in process()99 } else if (Event.COMMAND_REPORT.equals(e.getCommand())) { in process()102 if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()105 error("Unknown command \"" + e.getCommand() + "\". Ignoring event."); in process()108 } else if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()116 if (!Event.COMMAND_REGISTER.equals(e.getCommand())) { in registerDevice()118 "Tried to send command \"" + e.getCommand() + "\" to an unregistered device!"); in registerDevice()
50 public String getCommand() { in getCommand() method in Event
455 Log.i(TAG, "onCommand: command=" + request.getCommand() + " extras=" + extras); in onRequestCommand()456 mText.setText("Command: " + request.getCommand() + ", " + extras); in onRequestCommand()
79 Command getCommand(void) const { return mCmd; } in getCommand() function
257 switch (bundle->getCommand()) { in handleCommand()
912 static_cast<IComposerClient::Command>(mWriter.getCommand(cmdErr.location)); in execute()
786 public String getCommand() { in getCommand() method in VoiceInteractionSession.CommandRequest
2273 public NameValueCache(Uri uri, String getCommand, String setCommand, in NameValueCache() argument2276 mCallGetCommand = getCommand; in NameValueCache()
41871 method public String getCommand();76034 method public String getCommand();
53143 method public abstract java.lang.String getCommand();
41665 Landroid/media/MediaSession2$CommandButton;->getCommand()Landroid/media/SessionCommand2;