Searched refs:mBatteryPropertiesRegistrar (Results 1 – 2 of 2) 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()
193 private BatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryService244 mBatteryPropertiesRegistrar = new BatteryPropertiesRegistrar(); in onStart()245 publishBinderService("batteryproperties", mBatteryPropertiesRegistrar); in onStart()