IBatteryStats.aidl update path

header moved

Bug: 183654927
Test: N/A
Change-Id: I5a74323f14da8aec636b4dea6eb22eae528556be
This commit is contained in:
Steven Moreland
2021-03-31 23:46:34 +00:00
parent ffb09e11c1
commit de4e95ed68

View File

@@ -32,7 +32,7 @@ import android.telephony.SignalStrength;
interface IBatteryStats {
// These first methods are also called by native code, so must
// be kept in sync with frameworks/native/libs/binder/include/binder/IBatteryStats.h
// be kept in sync with frameworks/native/libs/binder/include_batterystats/batterystats/IBatteryStats.h
void noteStartSensor(int uid, int sensor);
void noteStopSensor(int uid, int sensor);
void noteStartVideo(int uid);