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

Commit 92c6123e 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)

Change-Id: I52d4ba7cf4fcd4695d6449ef519650a58efbcae2
Fixes: 77244267
Bug: 65041818
parent b1e6ebf8
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -128,15 +128,6 @@ public class IccCard {
        return false;
    }

    /**
     * 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
@@ -760,13 +760,6 @@ public class UiccProfile extends IccCard {
        }
    }

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

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