Home
last modified time | relevance | path

Searched refs:getIccPuk2Blocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccCard.java289 public boolean getIccPuk2Blocked() { in getIccPuk2Blocked() method in IccCard
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java950 public boolean getIccPuk2Blocked() { in getIccPuk2Blocked() method in UiccCardApplication
DUiccProfile.java913 public boolean getIccPuk2Blocked() { in getIccPuk2Blocked() method in UiccProfile
915 return mUiccApplication != null && mUiccApplication.getIccPuk2Blocked(); in getIccPuk2Blocked()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1146 assertEquals(false, iccCard.getIccPuk2Blocked()); in testGetEmptyIccCard()