Searched defs:BatteryService (Results 1 – 3 of 3) sorted by relevance
29 pub struct BatteryService { struct37 callbacks: Callbacks<dyn IBatteryServiceCallback + Send>, argument49 pub enum BatteryServiceActions { argument66 /// Registers a callback for interacting with BatteryService. argument94 impl BatteryService { impl101 ) -> BatteryService { in new()399 impl IBatteryService for BatteryService { implementation
137 BatteryService(BatteryServiceActions), enumerator266 battery_service: Arc<Mutex<Box<BatteryService>>>, in dispatch()
49 public class BatteryService extends ProfileService { class65 public BatteryService(AdapterService adapterService) { in BatteryService() method in BatteryService70 BatteryService(AdapterService adapterService, Looper looper) { in BatteryService() method in BatteryService