Home
last modified time | relevance | path

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

/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/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
DMediaController.java195 public void sendCommand(@NonNull String command, @Nullable Bundle args, in sendCommand() method in MediaController
197 mDelegate.sendCommand(command, args, cb); in sendCommand()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java77 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand() method in VendorCommandResponseProcessor
DHeadsetClientStateMachine.java1152 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.cpp3967 void sendCommand(int fd, const std::string& cmd) { in sendCommand() function
4081 sendCommand(fd, "getdnsnetid abc"); in TEST_F()
4086 sendCommand(fd, "getdnsnetidNotSupported"); in TEST_F()