Merge "Removed onRestrictPowerChanged()." into nyc-dev am: 85f4269c9f

am: 7fe77ae5db

* commit '7fe77ae5db69a5ed6e50faa7fd345d4e29ff807a':
  Removed onRestrictPowerChanged().

Change-Id: I6619f264a5ce8692bab48b2e6af64b534d88b238
This commit is contained in:
Felipe Leme
2016-05-13 17:28:43 +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() {