Home
last modified time | relevance | path

Searched refs:onCmdResult (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java252 public void onCmdResult() { in onCmdResult() method in HfpNativeInterfaceTest
255 mNativeInterface.onCmdResult(type, cme, TEST_DEVICE_ADDRESS); in onCmdResult()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java610 void onCmdResult(int type, int cme, byte[] address) { in onCmdResult() method in NativeInterface