HomeSort by relevance Sort by last modified time
    Searched refs:OverlayManagerService (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/om/
IdmapManager.java 19 import static com.android.server.om.OverlayManagerService.DEBUG;
20 import static com.android.server.om.OverlayManagerService.TAG;
OverlayManagerServiceImpl.java 24 import static com.android.server.om.OverlayManagerService.DEBUG;
25 import static com.android.server.om.OverlayManagerService.TAG;
44 * Internal implementation of OverlayManagerService.
46 * Methods in this class should only be called by the OverlayManagerService.
50 * @see OverlayManagerService
OverlayManagerSettings.java 19 import static com.android.server.om.OverlayManagerService.DEBUG;
20 import static com.android.server.om.OverlayManagerService.TAG;
54 * @see OverlayManagerService
OverlayManagerService.java 89 * alongside the system and app apks. This service, the OverlayManagerService
154 * . OverlayManagerService . OverlayManagerTests .
177 * <li><b>OMS</b> -- The OverlayManagerService, i.e. this class.</li>
198 public final class OverlayManagerService extends SystemService {
227 public OverlayManagerService(@NonNull final Context context,
259 publishLocalService(OverlayManagerService.class, this);
260 }, "Init OverlayManagerService");
272 "Wait for OverlayManagerService init");
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 88 import com.android.server.om.OverlayManagerService;
632 mSystemServiceManager.startService(new OverlayManagerService(mSystemContext, installer));
    [all...]

Completed in 299 milliseconds