Home
last modified time | relevance | path

Searched refs:sendCommand (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessorTest.java75 assertThat(mProcessor.sendCommand(TEST_VENDOR_ID, atCommand, mTestDevice)).isFalse(); in sendCommand_withSemicolon()
82 assertThat(mProcessor.sendCommand(TEST_VENDOR_ID, atCommand, null)).isFalse(); in sendCommand_withNullDevice()
89 assertThat(mProcessor.sendCommand(TEST_VENDOR_ID, invalidCommand, mTestDevice)).isFalse(); in sendCommand_withInvalidCommand()
104 assertThat(mProcessor.sendCommand(TEST_VENDOR_ID, atCommand, mTestDevice)).isTrue(); in sendCommand_withEqualSign()
119 assertThat(mProcessor.sendCommand(TEST_VENDOR_ID, atCommand, mTestDevice)).isTrue(); in sendCommand_withQuestionMarkSign()
134 assertThat(mProcessor.sendCommand(TEST_VENDOR_ID, atCommand, mTestDevice)).isFalse(); in sendCommand_failingToSendATCommand()
/packages/modules/adb/daemon/
Dabb_service.cpp28 unique_fd sendCommand(std::string_view command);
40 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() function in __anonfd3e1bf40111::AbbProcess
88 return abbp.sendCommand(command); in execute_abb_command()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java141 sendCommand(ImapConstants.LOGOUT, false); in logout()
351 sendCommand(command, sensitive); in executeSimpleCommand()
355 public String sendCommand(String command, boolean sensitive) in sendCommand() method in ImapConnection
DImapFolder.java299 connection.sendCommand( in fetchInternal()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/mockable/
DMediaController.java159 public void sendCommand( in sendCommand() method in MediaController
161 mDelegate.sendCommand(command, args, cb); in sendCommand()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java70 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand() method in VendorCommandResponseProcessor
DHeadsetClientStateMachine.java1508 mVendorProcessor.sendCommand(vendorId, atCommand, mCurrentDevice); in processMessage()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java392 connection.sendCommand(String.format(Locale.US, command, newPin, oldPin), true); in changePin()
407 connection.sendCommand(String.format(Locale.US, command, languageCode), true); in changeVoicemailTuiLanguage()
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp4311 void sendCommand(int fd, const std::string& cmd) { in sendCommand() function
4435 sendCommand(fd, "getdnsnetid abc"); in TEST_F()
4440 sendCommand(fd, "getdnsnetidNotSupported"); in TEST_F()