Loading core/java/com/android/internal/os/BatteryStatsImpl.java +3 −1 Original line number Diff line number Diff line Loading @@ -4021,7 +4021,9 @@ public class BatteryStatsImpl extends BatteryStats { try { IBatteryPropertiesRegistrar registrar = IBatteryPropertiesRegistrar.Stub.asInterface( ServiceManager.getService("batteryproperties")); if (registrar != null) { registrar.scheduleUpdate(); } } catch (RemoteException e) { // Ignore. } Loading Loading
core/java/com/android/internal/os/BatteryStatsImpl.java +3 −1 Original line number Diff line number Diff line Loading @@ -4021,7 +4021,9 @@ public class BatteryStatsImpl extends BatteryStats { try { IBatteryPropertiesRegistrar registrar = IBatteryPropertiesRegistrar.Stub.asInterface( ServiceManager.getService("batteryproperties")); if (registrar != null) { registrar.scheduleUpdate(); } } catch (RemoteException e) { // Ignore. } Loading