Searched refs:getIccFdnAvailable (Results 1 – 6 of 6) sorted by relevance
166 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in IccCard
71 if (app == null || (!app.getIccFdnAvailable())) { in isFdnEnabled()
93 doReturn(true).when(mUiccCardApplication3gpp).getIccFdnAvailable(); in fdnCheckSetup()101 doReturn(false).when(mUiccCardApplication3gpp).getIccFdnAvailable(); in fdnCheckCleanup()
2070 doReturn(true).when(mUiccCardApplication3gpp).getIccFdnAvailable(); in fdnCheckSetup()2493 doReturn(false).when(mUiccCardApplication3gpp).getIccFdnAvailable(); in fdnCheckCleanup()
828 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in UiccCardApplication
1012 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in UiccProfile1014 return mUiccApplication != null && mUiccApplication.getIccFdnAvailable(); in getIccFdnAvailable()