Loading services/java/com/android/server/SystemServer.java +0 −2 Original line number Diff line number Diff line Loading @@ -475,8 +475,6 @@ class ServerThread extends Thread { } catch (RemoteException e) { } wm.initDisplay(); // These are needed to propagate to the runnable below. final StatusBarManagerService statusBarF = statusBar; final BatteryService batteryF = battery; Loading services/java/com/android/server/WindowManagerService.java +2 −4 Original line number Diff line number Diff line Loading @@ -5529,10 +5529,6 @@ public class WindowManagerService extends IWindowManager.Stub } public void systemReady() { mPolicy.systemReady(); } public void initDisplay() { synchronized(mWindowMap) { if (mDisplay != null) { throw new IllegalStateException("Display already initialized"); Loading @@ -5548,6 +5544,8 @@ public class WindowManagerService extends IWindowManager.Stub mActivityManager.updateConfiguration(null); } catch (RemoteException e) { } mPolicy.systemReady(); } // ------------------------------------------------------------- Loading Loading
services/java/com/android/server/SystemServer.java +0 −2 Original line number Diff line number Diff line Loading @@ -475,8 +475,6 @@ class ServerThread extends Thread { } catch (RemoteException e) { } wm.initDisplay(); // These are needed to propagate to the runnable below. final StatusBarManagerService statusBarF = statusBar; final BatteryService batteryF = battery; Loading
services/java/com/android/server/WindowManagerService.java +2 −4 Original line number Diff line number Diff line Loading @@ -5529,10 +5529,6 @@ public class WindowManagerService extends IWindowManager.Stub } public void systemReady() { mPolicy.systemReady(); } public void initDisplay() { synchronized(mWindowMap) { if (mDisplay != null) { throw new IllegalStateException("Display already initialized"); Loading @@ -5548,6 +5544,8 @@ public class WindowManagerService extends IWindowManager.Stub mActivityManager.updateConfiguration(null); } catch (RemoteException e) { } mPolicy.systemReady(); } // ------------------------------------------------------------- Loading