Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java265 public void onSubscriberInfo() { in onSubscriberInfo() method in HfpNativeInterfaceTest
268 mNativeInterface.onSubscriberInfo(number, type, TEST_DEVICE_ADDRESS); in onSubscriberInfo()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java625 void onSubscriberInfo(String number, int type, byte[] address) { in onSubscriberInfo() method in NativeInterface