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