Searched refs:getCommand (Results 1 – 12 of 12) 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()
914 static_cast<IComposerClient::Command>(mWriter.getCommand(cmdErr.location)); in execute()
786 public String getCommand() { in getCommand() method in VoiceInteractionSession.CommandRequest
2304 public NameValueCache(Uri uri, String getCommand, String setCommand, in NameValueCache() argument2307 mCallGetCommand = getCommand; in NameValueCache()
42311 method public String getCommand();77464 method public String getCommand();
42455 method public String getCommand();77608 method public String getCommand();
53143 method public abstract java.lang.String getCommand();
38859 Landroid/media/MediaSession2$CommandButton;->getCommand()Landroid/media/SessionCommand2;