Add missing abstract method override in BridgePowerManager.

Change-Id: I28a24f33f8a598e487ec21861e918a39a8875d43
This commit is contained in:
Amith Yamasani
2014-06-06 12:28:27 -07:00
parent 421e2fd044
commit da8738fabd

View File

@@ -32,6 +32,11 @@ public class BridgePowerManager implements IPowerManager {
return true;
}
@Override
public boolean isPowerSaveMode() throws RemoteException {
return false;
}
@Override
public IBinder asBinder() {
// pass for now.