Searched refs:getIccPuk2Blocked (Results 1 – 4 of 4) sorted by relevance
290 public boolean getIccPuk2Blocked() { in getIccPuk2Blocked() method in IccCard
951 public boolean getIccPuk2Blocked() { in getIccPuk2Blocked() method in UiccCardApplication
976 public boolean getIccPuk2Blocked() { in getIccPuk2Blocked() method in UiccProfile978 return mUiccApplication != null && mUiccApplication.getIccPuk2Blocked(); in getIccPuk2Blocked()
1275 assertEquals(false, iccCard.getIccPuk2Blocked()); in testGetEmptyIccCard()