Home
last modified time | relevance | path

Searched refs:onBluetoothActivityEnergyInfoAvailable (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothActivityEnergyInfoListener.aidl33 void onBluetoothActivityEnergyInfoAvailable(in BluetoothActivityEnergyInfo info); in onBluetoothActivityEnergyInfoAvailable() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java988 void onBluetoothActivityEnergyInfoAvailable(@NonNull BluetoothActivityEnergyInfo info); in onBluetoothActivityEnergyInfoAvailable() method
1022 public void onBluetoothActivityEnergyInfoAvailable(BluetoothActivityEnergyInfo info) { in onBluetoothActivityEnergyInfoAvailable() method in BluetoothAdapter.OnBluetoothActivityEnergyInfoProxy
1040 executor, () -> callback.onBluetoothActivityEnergyInfoAvailable(info)); in onBluetoothActivityEnergyInfoAvailable()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java1666 listener.onBluetoothActivityEnergyInfoAvailable(info); in requestActivityInfo()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt193 …method public void onBluetoothActivityEnergyInfoAvailable(@NonNull android.bluetooth.BluetoothActi…