Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHfpNativeInterfaceTest.java132 public void onBatteryLevel() { in onBatteryLevel() method in HfpNativeInterfaceTest
134 mNativeInterface.onBatteryLevel(level, TEST_DEVICE_ADDRESS); in onBatteryLevel()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DNativeInterface.java450 void onBatteryLevel(int level, byte[] address) { in onBatteryLevel() method in NativeInterface