Merge "Removed onRestrictPowerChanged()." into nyc-dev

am: 85f4269c9f

* commit '85f4269c9f3c79f19b2263fc15d2404bde0e1f0e':
  Removed onRestrictPowerChanged().

Change-Id: Ie44a6664f2fb91a7556d4d8700ce18da8e6512f3
This commit is contained in:
Felipe Leme
2016-05-13 17:25:33 +00:00
committed by android-build-merger

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() {