Searched refs:mBatteryPropertiesRegistrar (Results 1 – 3 of 3) sorted by relevance
370 private final IBatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryManager379 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface( in BatteryManager()389 mBatteryPropertiesRegistrar = batteryPropertiesRegistrar; in BatteryManager()415 if (mBatteryPropertiesRegistrar == null) { in queryProperty()421 if (mBatteryPropertiesRegistrar.getProperty(id, prop) == 0) in queryProperty()
193 private BatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryService265 mBatteryPropertiesRegistrar = new BatteryPropertiesRegistrar(); in onStart()266 publishBinderService("batteryproperties", mBatteryPropertiesRegistrar); in onStart()
34746 Landroid/os/BatteryManager;->mBatteryPropertiesRegistrar:Landroid/os/IBatteryPropertiesRegistrar;