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.java969 void onBluetoothActivityEnergyInfoAvailable(@NonNull BluetoothActivityEnergyInfo info); in onBluetoothActivityEnergyInfoAvailable() method
1002 public void onBluetoothActivityEnergyInfoAvailable(BluetoothActivityEnergyInfo info) { in onBluetoothActivityEnergyInfoAvailable() method in BluetoothAdapter.OnBluetoothActivityEnergyInfoProxy
1022 executor.execute(() -> callback.onBluetoothActivityEnergyInfoAvailable(info)); in onBluetoothActivityEnergyInfoAvailable()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3871 listener.onBluetoothActivityEnergyInfoAvailable(info); in requestActivityInfo()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt134 …method public void onBluetoothActivityEnergyInfoAvailable(@NonNull android.bluetooth.BluetoothActi…