Home
last modified time | relevance | path

Searched refs:getIccFdnAvailable (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DCallFeaturesSettingTest.java73 when(mMockIccCard.getIccFdnAvailable()).thenReturn(true); in onResume_fdnIsAvailable_shouldShowFdnMenu()
104 when(mMockIccCard.getIccFdnAvailable()).thenReturn(false); in onResume_fdnIsNotAvailable_shouldNotShowFdnMenu()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java166 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in IccCard
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java420 if (mPhone.getIccCard() == null || !mPhone.getIccCard().getIccFdnAvailable()) { in onResume()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccProfile.java963 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in UiccProfile
965 return mUiccApplication != null && mUiccApplication.getIccFdnAvailable(); in getIccFdnAvailable()
H A DUiccCardApplication.java821 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in UiccCardApplication