Merge "Update IBatteryPropertiesRegistrar.aidl to support force updates" am: 0aae170841

am: e4d926d9af

Change-Id: Ie8e717f2c5ca38e57d269d9d4d44599b897fb855
This commit is contained in:
Adam Lesinski
2017-03-23 01:02:56 +00:00
committed by android-build-merger

View File

@@ -27,4 +27,5 @@ interface IBatteryPropertiesRegistrar {
void registerListener(IBatteryPropertiesListener listener);
void unregisterListener(IBatteryPropertiesListener listener);
int getProperty(in int id, out BatteryProperty prop);
oneway void scheduleUpdate();
}