Searched defs:BatteryService (Results 1 – 3 of 3) sorted by relevance
28 pub struct BatteryService { struct34 callbacks: Callbacks<dyn IBatteryServiceCallback + Send>, argument46 pub enum BatteryServiceActions { argument95 impl BatteryService { implementation101 ) -> BatteryService { in new()331 impl IBatteryService for BatteryService { implementation
115 BatteryService(BatteryServiceActions), enumerator162 battery_service: Arc<Mutex<Box<BatteryService>>>, in dispatch()
55 public class BatteryService extends ProfileService { class