Loading core/java/com/android/server/SystemService.java +0 −8 Original line number Diff line number Diff line Loading @@ -84,14 +84,6 @@ public abstract class SystemService { return getManager().isSafeMode(); } /** * Services are not yet available. This is a good place to do setup work that does * not require other services. * * @param context The system context. */ public void onCreate(Context context) {} /** * Called when the dependencies listed in the @Service class-annotation are available * and after the chosen start phase. Loading Loading
core/java/com/android/server/SystemService.java +0 −8 Original line number Diff line number Diff line Loading @@ -84,14 +84,6 @@ public abstract class SystemService { return getManager().isSafeMode(); } /** * Services are not yet available. This is a good place to do setup work that does * not require other services. * * @param context The system context. */ public void onCreate(Context context) {} /** * Called when the dependencies listed in the @Service class-annotation are available * and after the chosen start phase. Loading