resolved conflicts for merge of 90b39aba to master-lockscreen-dev

Change-Id: I2871a1e49c3b443cc7479f2352c652be3b0fb85b
diff --git a/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java b/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java
index 8cb7972..757cdd2 100644
--- a/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java
+++ b/tools/layoutlib/bridge/src/android/view/IWindowManagerImpl.java
@@ -460,13 +460,13 @@
     }
 
     @Override
-    public boolean clearWindowContentRenderStats(IBinder token) throws RemoteException {
+    public boolean clearWindowContentFrameStats(IBinder token) throws RemoteException {
         // TODO Auto-generated method stub
         return false;
     }
 
     @Override
-    public WindowContentFrameStats getWindowContentRenderStats(IBinder token)
+    public WindowContentFrameStats getWindowContentFrameStats(IBinder token)
             throws RemoteException {
         // TODO Auto-generated method stub
         return null;