Searched refs:sendCommand (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 141 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
|
D | ImapFolder.java | 299 connection.sendCommand( in fetchInternal()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/ |
D | MediaController.java | 195 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/ |
D | VendorCommandResponseProcessor.java | 77 public boolean sendCommand(int vendorId, String atCommand, BluetoothDevice device) { in sendCommand() method in VendorCommandResponseProcessor
|
D | HeadsetClientStateMachine.java | 1152 mVendorProcessor.sendCommand(vendorId, atCommand, mCurrentDevice); in processMessage()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | ImapHelper.java | 392 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/ |
D | resolv_integration_test.cpp | 3967 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()
|