Searched defs:BatteryService (Results 1 – 4 of 4) sorted by relevance
28 pub struct BatteryService { struct36 callbacks: Callbacks<dyn IBatteryServiceCallback + Send>, argument48 pub enum BatteryServiceActions { argument97 impl BatteryService { impl104 ) -> BatteryService { in new()359 impl IBatteryService for BatteryService { implementation
137 BatteryService(BatteryServiceActions), enumerator216 battery_service: Arc<Mutex<Box<BatteryService>>>, in dispatch()
52 public class BatteryService extends ProfileService { class66 public BatteryService(Context ctx) { in BatteryService() method in BatteryService
62 battery_service: Arc<Mutex<Box<BatteryService>>>, in dispatch()