Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java304 public void onUnknownEvent() { in onUnknownEvent() method in HfpNativeInterfaceTest
306 mNativeInterface.onUnknownEvent(eventString, TEST_DEVICE_ADDRESS); in onUnknownEvent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java676 void onUnknownEvent(String eventString, byte[] address) { in onUnknownEvent() method in NativeInterface