/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
H A D | Hid.java | 92 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 D | Event.java | 73 public String getCommand() { in getCommand() method in Event
|
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Uinput.java | 101 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 D | Event.java | 87 public Command getCommand() { in getCommand() method in Event
|
/aosp14/system/core/libsysutils/src/ |
H A D | FrameworkListener.cpp | 193 if (!strcmp(argv[0], c->getCommand())) { in dispatchCommand() 195 SLOGW("Handler '%s' error (%s)", c->getCommand(), strerror(errno)); in dispatchCommand()
|
H A D | FrameworkCommand.cpp | 32 SLOGW("Command %s has no run handler!", getCommand()); in runCommand()
|
/aosp14/system/core/libsysutils/include/sysutils/ |
H A D | FrameworkCommand.h | 32 const char* getCommand() const { return mCommand; } in getCommand() function
|
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | MainInteractionSession.java | 457 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 D | Main.cpp | 257 switch (bundle->getCommand()) { in handleCommand()
|
H A D | Bundle.h | 79 Command getCommand(void) const { return mCmd; } in getCommand() function
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 3158 <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 D | VoiceInteractionSession.java | 839 public String getCommand() { in getCommand() method in VoiceInteractionSession.CommandRequest
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 41398 method public String getCommand();
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 28730 Landroid/media/MediaSession2$CommandButton;->getCommand()Landroid/media/SessionCommand2;
|