fix build break
bug: 27834014 Change-Id: Ib5d03818d285c50d220c45ebace635faf6771ff3
This commit is contained in:
@@ -405,11 +405,13 @@ public class IWindowManagerImpl implements IWindowManager {
|
|||||||
@Override
|
@Override
|
||||||
public int[] setNewConfiguration(Configuration arg0) throws RemoteException {
|
public int[] setNewConfiguration(Configuration arg0) throws RemoteException {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Rect getBoundsForNewConfiguration(int stackId) throws RemoteException {
|
public Rect getBoundsForNewConfiguration(int stackId) throws RemoteException {
|
||||||
// TODO Auto-generated method stub
|
// TODO Auto-generated method stub
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user