Searched refs:getCommand (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java99 if (Event.COMMAND_DELAY.equals(e.getCommand())) {
101 } else if (Event.COMMAND_REPORT.equals(e.getCommand())) {
104 error("Unknown command \"" + e.getCommand() + "\". Ignoring event.");
112 if (!Event.COMMAND_REGISTER.equals(e.getCommand())) {
114 "Tried to send command \"" + e.getCommand() + "\" to an unregistered device!");
H A DEvent.java48 public String getCommand() { method in class:Event
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java438 Log.i(TAG, "onCommand: command=" + request.getCommand() + " extras=" + extras);
439 mText.setText("Command: " + request.getCommand() + ", " + extras);
/frameworks/base/tools/aapt/
H A DBundle.h77 Command getCommand(void) const { return mCmd; } function in class:Bundle
H A DMain.cpp237 // bundle->getCommand(), bundle->getVerbose(), bundle->getForce());
241 switch (bundle->getCommand()) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java727 public String getCommand() { method in class:VoiceInteractionSession.CommandRequest
/frameworks/base/core/java/android/provider/
H A DSettings.java1571 public NameValueCache(Uri uri, String getCommand, String setCommand) { argument
1573 mCallGetCommand = getCommand;

Completed in 826 milliseconds