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

Commit 9ba26515 authored by Ian Pedowitz's avatar Ian Pedowitz
Browse files

Revert "Add API to get FDN available status"

This reverts commit b1e6ebf8.

Reason for revert: b/77244267 (build break)

Fixes: 77244267
Bug: 65041818

(cherry picked from commit 92c6123e)

Change-Id: Ie731453df1ab54d6619c6dad4e821e9138967bcc
parent 4ebeeccf
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -104,15 +104,6 @@ public interface IccCard {
     */
    public boolean getIccLockEnabled();

    /**
     * Check whether fdn (fixed dialing number) service is available.
     * @return true if ICC fdn service available
     *         false if ICC fdn service not available
     */
    public boolean getIccFdnAvailable() {
        return false;
    }

    /**
     * Check whether ICC fdn (fixed dialing number) is enabled
     * This is a sync call which returns the cached pin enabled state
+0 −7
Original line number Diff line number Diff line
@@ -771,13 +771,6 @@ public class UiccProfile extends Handler implements IccCard {
        }
    }

    @Override
    public boolean getIccFdnAvailable() {
        synchronized (mLock) {
            return mUiccApplication != null && mUiccApplication.getIccFdnAvailable();
        }
    }

    @Override
    public boolean getIccPin2Blocked() {
        /* defaults to disabled */