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

Commit 7bafaf74 authored by Arian's avatar Arian Committed by dianlujitao
Browse files

IccPhoneBookInterfaceManager: Move class Request from private to public

Change-Id: Iaadd37b1673c362913265fe7126c006a2cf93078
parent 40172abf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,9 +55,9 @@ public class IccPhoneBookInterfaceManager {
    protected static final int EVENT_LOAD_DONE = 2;
    protected static final int EVENT_UPDATE_DONE = 3;

    private static final class Request {
    public static final class Request {
        AtomicBoolean mStatus = new AtomicBoolean(false);
        Object mResult = null;
        public Object mResult = null;
    }

    @UnsupportedAppUsage