Home
last modified time | relevance | path

Searched refs:sendATCmd (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessorTest.java97 .sendATCmd( in sendCommand_withEqualSign()
112 .sendATCmd( in sendCommand_withQuestionMarkSign()
127 .sendATCmd( in sendCommand_failingToSendATCommand()
DHeadsetClientStateMachineTest.java767 .sendATCmd(
808 .sendATCmd(any(), anyInt(), anyInt(), anyInt(), any());
1006 .sendATCmd(
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java104 if (!mNativeInterface.sendATCmd( in sendCommand()
DNativeInterface.java273 public boolean sendATCmd(BluetoothDevice device, int atCmd, int val1, int val2, String arg) { in sendATCmd() method in NativeInterface
DHeadsetClientStateMachine.java1342 if (mNativeInterface.sendATCmd( in processConnectionEvent()
1518 mNativeInterface.sendATCmd( in processMessage()