Searched refs:getCommand (Results 1 – 10 of 10) 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()
257 switch (bundle->getCommand()) { in handleCommand()
79 Command getCommand(void) const { return mCmd; } in getCommand() function
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
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()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...