Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java143 public void onCurrentOperator() { in onCurrentOperator() method in HfpNativeInterfaceTest
145 mNativeInterface.onCurrentOperator(name, TEST_DEVICE_ADDRESS); in onCurrentOperator()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java464 void onCurrentOperator(String name, byte[] address) { in onCurrentOperator() method in NativeInterface