Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java401 verify(mNativeInterface, timeout(STANDARD_WAIT_MILLIS).times(1)).sendATCmd( in runSupportedVendorAtCommand()
445 .sendATCmd(any(), anyInt(), anyInt(), anyInt(), any()); in runUnsupportedVendorAtCommand()
653 .sendATCmd( in testSendBIEVCommand()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java115 if (!mNativeInterface.sendATCmd(Utils.getBytesFromAddress(device.getAddress()), in sendCommand()
DNativeInterface.java259 public boolean sendATCmd(byte[] address, int atCmd, int val1, int val2, String arg) { in sendATCmd() method in NativeInterface
DHeadsetClientStateMachine.java1103 if (mNativeInterface.sendATCmd(getByteAddress(mCurrentDevice), in processConnectionEvent()
1263 mNativeInterface.sendATCmd(getByteAddress(mCurrentDevice), in processMessage()