Searched refs:getIccFdnAvailable (Results 1 – 5 of 5) sorted by relevance
73 when(mMockIccCard.getIccFdnAvailable()).thenReturn(true); in onResume_fdnIsAvailable_shouldShowFdnMenu()104 when(mMockIccCard.getIccFdnAvailable()).thenReturn(false); in onResume_fdnIsNotAvailable_shouldNotShowFdnMenu()
166 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in IccCard
420 if (mPhone.getIccCard() == null || !mPhone.getIccCard().getIccFdnAvailable()) { in onResume()
963 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in UiccProfile965 return mUiccApplication != null && mUiccApplication.getIccFdnAvailable(); in getIccFdnAvailable()
821 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in UiccCardApplication