Searched refs:mBatteryPropertiesRegistrar (Results 1 – 3 of 3) sorted by relevance
257 private final IBatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryManager266 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface( in BatteryManager()276 mBatteryPropertiesRegistrar = batteryPropertiesRegistrar; in BatteryManager()302 if (mBatteryPropertiesRegistrar == null) { in queryProperty()309 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()
52087 Landroid/os/BatteryManager;->mBatteryPropertiesRegistrar:Landroid/os/IBatteryPropertiesRegistrar;