Removed onRestrictPowerChanged().

BUG: 28521946

Change-Id: Ib48030c704cf38541101b600b1e91935302beb9c
This commit is contained in:
Felipe Leme
2016-05-09 17:29:36 -07:00
parent 43a4e5f4ea
commit c3534bb963

View File

@@ -206,10 +206,6 @@ public class DataSaverBackend {
public void onMeteredIfacesChanged(String[] strings) throws RemoteException {
}
@Override
public void onRestrictPowerChanged(boolean restrictPower) {
}
@Override
public void onRestrictBackgroundChanged(final boolean isDataSaving) throws RemoteException {
mHandler.post(new Runnable() {