Searched refs:mBatteryPropertiesRegistrar (Results 1 – 2 of 2) sorted by relevance
249 private final IBatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryManager258 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface( in BatteryManager()268 mBatteryPropertiesRegistrar = batteryPropertiesRegistrar; in BatteryManager()294 if (mBatteryPropertiesRegistrar == null) { in queryProperty()301 if (mBatteryPropertiesRegistrar.getProperty(id, prop) == 0) in queryProperty()
189 private BatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryService240 mBatteryPropertiesRegistrar = new BatteryPropertiesRegistrar(); in onStart()241 publishBinderService("batteryproperties", mBatteryPropertiesRegistrar); in onStart()