Loading services/java/com/android/server/SystemServer.java +121 −128 Original line number Diff line number Diff line Loading @@ -1000,12 +1000,7 @@ public final class SystemServer { // where third party code can really run (but before it has actually // started launching the initial applications), for us to complete our // initialization. final Handler handler = new Handler(); mActivityManagerService.systemReady(new Runnable() { @Override public void run() { // We initiate all boot phases on the SystemServer thread. handler.post(new Runnable() { @Override public void run() { Slog.i(TAG, "Making services ready"); Loading Loading @@ -1133,8 +1128,6 @@ public final class SystemServer { } }); } }); } static final void startSystemUi(Context context) { Intent intent = new Intent(); Loading Loading
services/java/com/android/server/SystemServer.java +121 −128 Original line number Diff line number Diff line Loading @@ -1000,12 +1000,7 @@ public final class SystemServer { // where third party code can really run (but before it has actually // started launching the initial applications), for us to complete our // initialization. final Handler handler = new Handler(); mActivityManagerService.systemReady(new Runnable() { @Override public void run() { // We initiate all boot phases on the SystemServer thread. handler.post(new Runnable() { @Override public void run() { Slog.i(TAG, "Making services ready"); Loading Loading @@ -1133,8 +1128,6 @@ public final class SystemServer { } }); } }); } static final void startSystemUi(Context context) { Intent intent = new Intent(); Loading