Searched refs:mBatteryPropertiesRegistrar (Results 1 – 3 of 3) sorted by relevance
434 private final IBatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryManager443 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface( in BatteryManager()453 mBatteryPropertiesRegistrar = batteryPropertiesRegistrar; in BatteryManager()479 if (mBatteryPropertiesRegistrar == null) { in queryProperty()485 if (mBatteryPropertiesRegistrar.getProperty(id, prop) == 0) in queryProperty()500 if (mBatteryPropertiesRegistrar == null) { in queryStringProperty()506 if (mBatteryPropertiesRegistrar.getProperty(id, prop) == 0) { in queryStringProperty()
203 private BatteryPropertiesRegistrar mBatteryPropertiesRegistrar; field in BatteryService280 mBatteryPropertiesRegistrar = new BatteryPropertiesRegistrar(); in onStart()281 publishBinderService("batteryproperties", mBatteryPropertiesRegistrar); in onStart()
34103 Landroid/os/BatteryManager;->mBatteryPropertiesRegistrar:Landroid/os/IBatteryPropertiesRegistrar;