Searched refs:getIccPin2Blocked (Results 1 – 4 of 4) sorted by relevance
282 public boolean getIccPin2Blocked() { in getIccPin2Blocked() method in IccCard
941 public boolean getIccPin2Blocked() { in getIccPin2Blocked() method in UiccCardApplication
907 public boolean getIccPin2Blocked() { in getIccPin2Blocked() method in UiccProfile909 return mUiccApplication != null && mUiccApplication.getIccPin2Blocked(); in getIccPin2Blocked()
1145 assertEquals(false, iccCard.getIccPin2Blocked()); in testGetEmptyIccCard()