Home
last modified time | relevance | path

Searched defs:BatteryServiceProxy (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/bumble/rust/src/wrapper/
Dprofile.rs24 pub struct BatteryServiceProxy(PyObject); struct
26 impl BatteryServiceProxy { implementation
37 impl ProfileServiceProxy for BatteryServiceProxy { implementation
/aosp_15_r20/external/python/bumble/bumble/profiles/
Dbattery_service.py49 class BatteryServiceProxy(ProfileServiceProxy): class
/aosp_15_r20/external/python/bumble/apps/
Ddevice_info.py109 battery_service: BatteryServiceProxy,