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

am: 85f4269c9f

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

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