Merge "Fix build breakage caused by incomplete impl"

This commit is contained in:
Evan Rosky
2016-08-09 00:12:48 +00:00
committed by Android (Google) Code Review

View File

@@ -509,6 +509,14 @@ public class IWindowManagerImpl implements IWindowManager {
public void keyguardGoingAway(int flags) throws RemoteException {
}
@Override
public void setKeyguardAnimatingIn(boolean animating) throws RemoteException {
}
@Override
public void setSwitchingUser(boolean switching) throws RemoteException {
}
@Override
public void lockNow(Bundle options) {
// TODO Auto-generated method stub