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

Commit ce940691 authored by Ian Pedowitz's avatar Ian Pedowitz Committed by android-build-merger
Browse files

Merge "Revert "Add API to get FDN available status""

am: 4c9f53f3

Change-Id: Ib760008ae50d5d5dce775ba6d23399daf504af1a
parents af108493 4c9f53f3
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 */