HomeSort by relevance Sort by last modified time
    Searched refs:oldPinOrPuk (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 221 String oldPinOrPuk = mSia;
241 mUiccApplication.changeIccLockPassword(oldPinOrPuk, newPinOrPuk,
244 mUiccApplication.changeIccFdnPassword(oldPinOrPuk, newPinOrPuk,
247 mUiccApplication.supplyPuk(oldPinOrPuk, newPinOrPuk,
250 mUiccApplication.supplyPuk2(oldPinOrPuk, newPinOrPuk,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 797 String oldPinOrPuk = mSia;
817 mUiccApplication.changeIccLockPassword(oldPinOrPuk, newPinOrPuk,
820 mUiccApplication.changeIccFdnPassword(oldPinOrPuk, newPinOrPuk,
823 mUiccApplication.supplyPuk(oldPinOrPuk, newPinOrPuk,
826 mUiccApplication.supplyPuk2(oldPinOrPuk, newPinOrPuk,
    [all...]

Completed in 2531 milliseconds