Loading services/core/java/com/android/server/om/IdmapDaemon.java +2 −2 Original line number Diff line number Diff line Loading @@ -129,11 +129,11 @@ class IdmapDaemon { } } static void startIdmapService() { private static void startIdmapService() { SystemProperties.set("ctl.start", IDMAP_DAEMON); } static void stopIdmapService() { private static void stopIdmapService() { SystemProperties.set("ctl.stop", IDMAP_DAEMON); } Loading services/core/java/com/android/server/om/OverlayManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,6 @@ public final class OverlayManagerService extends SystemService { initIfNeeded(); onSwitchUser(UserHandle.USER_SYSTEM); IdmapDaemon.stopIdmapService(); publishBinderService(Context.OVERLAY_SERVICE, mService); publishLocalService(OverlayManagerService.class, this); Loading Loading
services/core/java/com/android/server/om/IdmapDaemon.java +2 −2 Original line number Diff line number Diff line Loading @@ -129,11 +129,11 @@ class IdmapDaemon { } } static void startIdmapService() { private static void startIdmapService() { SystemProperties.set("ctl.start", IDMAP_DAEMON); } static void stopIdmapService() { private static void stopIdmapService() { SystemProperties.set("ctl.stop", IDMAP_DAEMON); } Loading
services/core/java/com/android/server/om/OverlayManagerService.java +0 −1 Original line number Diff line number Diff line Loading @@ -262,7 +262,6 @@ public final class OverlayManagerService extends SystemService { initIfNeeded(); onSwitchUser(UserHandle.USER_SYSTEM); IdmapDaemon.stopIdmapService(); publishBinderService(Context.OVERLAY_SERVICE, mService); publishLocalService(OverlayManagerService.class, this); Loading