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

Commit 5509a81a authored by Lifu Tang's avatar Lifu Tang
Browse files

Make constructor of Access public

Unit test needs access to the constructor. Moreover, it doesn't make any
harm to open up access to this constructor.

Bug: 120910747
Test: run unit test
Change-Id: I063552b5a082cf01b3ae3eb708659b2700fc4962
parent 054cfe58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ public class RecentLocationAccesses {
        public final CharSequence contentDescription;
        public final long accessFinishTime;

        private Access(String packageName, UserHandle userHandle, Drawable icon,
        public Access(String packageName, UserHandle userHandle, Drawable icon,
                CharSequence label, CharSequence contentDescription,
                long accessFinishTime) {
            this.packageName = packageName;