Searched refs:getIccPin2Blocked (Results 1 – 4 of 4) sorted by relevance
283 public boolean getIccPin2Blocked() { in getIccPin2Blocked() method in IccCard
949 public boolean getIccPin2Blocked() { in getIccPin2Blocked() method in UiccCardApplication
1019 public boolean getIccPin2Blocked() { in getIccPin2Blocked() method in UiccProfile1021 return mUiccApplication != null && mUiccApplication.getIccPin2Blocked(); in getIccPin2Blocked()
1209 assertEquals(false, iccCard.getIccPin2Blocked()); in testGetEmptyIccCard()