Loading src/java/com/android/internal/telephony/IccCard.java +0 −9 Original line number Diff line number Diff line Loading @@ -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 Loading src/java/com/android/internal/telephony/uicc/UiccProfile.java +0 −7 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
src/java/com/android/internal/telephony/IccCard.java +0 −9 Original line number Diff line number Diff line Loading @@ -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 Loading
src/java/com/android/internal/telephony/uicc/UiccProfile.java +0 −7 Original line number Diff line number Diff line Loading @@ -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 */ Loading