Loading core/java/android/content/om/IOverlayManager.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ interface IOverlayManager { * requested user, an empty map is returned. */ @UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) Map getAllOverlays(in int userId); Map<String, List<OverlayInfo>> getAllOverlays(in int userId); /** * Returns information about all overlays for the given target package for Loading @@ -52,7 +52,7 @@ interface IOverlayManager { * @return A list of OverlayInfo objects; if no overlays exist for the * requested package, an empty list is returned. */ List getOverlayInfosForTarget(in String targetPackageName, in int userId); List<OverlayInfo> getOverlayInfosForTarget(in String targetPackageName, in int userId); /** * Returns information about the overlay with the given package name for the Loading Loading
core/java/android/content/om/IOverlayManager.aidl +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ interface IOverlayManager { * requested user, an empty map is returned. */ @UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) Map getAllOverlays(in int userId); Map<String, List<OverlayInfo>> getAllOverlays(in int userId); /** * Returns information about all overlays for the given target package for Loading @@ -52,7 +52,7 @@ interface IOverlayManager { * @return A list of OverlayInfo objects; if no overlays exist for the * requested package, an empty list is returned. */ List getOverlayInfosForTarget(in String targetPackageName, in int userId); List<OverlayInfo> getOverlayInfosForTarget(in String targetPackageName, in int userId); /** * Returns information about the overlay with the given package name for the Loading