Merge "Update IBatteryPropertiesRegistrar.aidl to support force updates"
This commit is contained in:
@@ -27,4 +27,5 @@ interface IBatteryPropertiesRegistrar {
|
|||||||
void registerListener(IBatteryPropertiesListener listener);
|
void registerListener(IBatteryPropertiesListener listener);
|
||||||
void unregisterListener(IBatteryPropertiesListener listener);
|
void unregisterListener(IBatteryPropertiesListener listener);
|
||||||
int getProperty(in int id, out BatteryProperty prop);
|
int getProperty(in int id, out BatteryProperty prop);
|
||||||
|
oneway void scheduleUpdate();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user