Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7c73355 authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Fixing some incorrect docs

Just resolving some incorrect or missing references in javadocs

Test: none
Change-Id: I94e74d209304ab81f21348b107097f9d73011c7b
parent 17a2c348
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -4153,7 +4153,7 @@ public class PackageManagerService extends IPackageManager.Stub
     * Access may be limited based upon whether the calling or target applications
     * are instant applications.
     *
     * @see #canAccessInstantApps(int)
     * @see #canViewInstantApps(int, int)
     */
    private boolean filterAppAccessLPr(@Nullable PackageSetting ps, int callingUid,
            @Nullable ComponentName component, @ComponentType int componentType, int userId) {
@@ -4210,7 +4210,7 @@ public class PackageManagerService extends IPackageManager.Stub
    }
    /**
     * @see #filterAppAccessLPr(PackageSetting, int, ComponentName, boolean, int)
     * @see #filterAppAccessLPr(PackageSetting, int, ComponentName, int, int)
     */
    private boolean filterAppAccessLPr(@Nullable PackageSetting ps, int callingUid, int userId) {
        return filterAppAccessLPr(ps, callingUid, null, TYPE_UNKNOWN, userId);
@@ -15001,15 +15001,13 @@ public class PackageManagerService extends IPackageManager.Stub
        final File file;
        /**
         * Flag indicating that {@link #file} or {@link #cid} has already been
         * staged, meaning downstream users don't need to defensively copy the
         * contents.
         * Flag indicating that {@link #file} has already been staged, meaning downstream users
         * don't need to defensively copy the contents.
         */
        final boolean staged;
        /**
         * Flag indicating that {@link #file} or {@link #cid} is an already
         * installed app that is being moved.
         * Flag indicating that {@link #file} is an already installed app that is being moved.
         */
        final boolean existing;