Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java92 if (Event.COMMAND_DELAY.equals(e.getCommand())) { in process()
94 } else if (Event.COMMAND_REPORT.equals(e.getCommand())) { in process()
96 } else if (Event.COMMAND_SET_GET_REPORT_RESPONSE.equals(e.getCommand())) { in process()
98 } else if (Event.COMMAND_SEND_SET_REPORT_REPLY.equals(e.getCommand())) { in process()
101 if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()
104 error("Unknown command \"" + e.getCommand() + "\". Ignoring event."); in process()
107 } else if (Event.COMMAND_REGISTER.equals(e.getCommand())) { in process()
115 if (!Event.COMMAND_REGISTER.equals(e.getCommand())) { in registerDevice()
117 "Tried to send command \"" + e.getCommand() + "\" to an unregistered device!"); in registerDevice()
H A DEvent.java73 public String getCommand() { in getCommand() method in Event
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DUinput.java101 if (e.getCommand() != Event.Command.REGISTER) { in process()
110 switch (Objects.requireNonNull(e.getCommand())) { in process()
120 if (!Event.Command.REGISTER.equals(e.getCommand())) { in registerDevice()
122 "Tried to send command \"" + e.getCommand() + "\" to an unregistered device!"); in registerDevice()
H A DEvent.java87 public Command getCommand() { in getCommand() method in Event
/aosp14/system/core/libsysutils/src/
H A DFrameworkListener.cpp193 if (!strcmp(argv[0], c->getCommand())) { in dispatchCommand()
195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
H A DFrameworkCommand.cpp32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
/aosp14/system/core/libsysutils/include/sysutils/
H A DFrameworkCommand.h32 const char* getCommand() const { return mCommand; } in getCommand() function
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java457 Log.i(TAG, "onCommand: command=" + request.getCommand() + " extras=" + extras); in onRequestCommand()
458 mText.setText("Command: " + request.getCommand() + ", " + extras); in onRequestCommand()
/aosp14/frameworks/base/tools/aapt/
H A DMain.cpp257 switch (bundle->getCommand()) { in handleCommand()
H A DBundle.h79 Command getCommand(void) const { return mCmd; } in getCommand() function
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java3158 <T extends NameValueTable> NameValueCache(Uri uri, String getCommand, in NameValueCache() argument
3161 this(uri, getCommand, setCommand, deleteCommand, null, null, providerHolder, in NameValueCache()
3165 private <T extends NameValueTable> NameValueCache(Uri uri, String getCommand, in NameValueCache() argument
3169 mCallGetCommand = getCommand; in NameValueCache()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java839 public String getCommand() { in getCommand() method in VoiceInteractionSession.CommandRequest
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41398 method public String getCommand();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28730 Landroid/media/MediaSession2$CommandButton;->getCommand()Landroid/media/SessionCommand2;