Searched refs:getIccFdnAvailable (Results 1 – 3 of 3) sorted by relevance
115 public boolean getIccFdnAvailable(); in getIccFdnAvailable() method
798 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in IccCardProxy799 boolean retValue = mUiccApplication != null ? mUiccApplication.getIccFdnAvailable() : false; in getIccFdnAvailable()
741 public boolean getIccFdnAvailable() { in getIccFdnAvailable() method in UiccCardApplication