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 215 String oldPinOrPuk = mSia;
235 mUiccApplication.changeIccLockPassword(oldPinOrPuk, newPinOrPuk,
238 mUiccApplication.changeIccFdnPassword(oldPinOrPuk, newPinOrPuk,
241 mUiccApplication.supplyPuk(oldPinOrPuk, newPinOrPuk,
244 mUiccApplication.supplyPuk2(oldPinOrPuk, newPinOrPuk,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 790 String oldPinOrPuk = mSia;
810 mUiccApplication.changeIccLockPassword(oldPinOrPuk, newPinOrPuk,
813 mUiccApplication.changeIccFdnPassword(oldPinOrPuk, newPinOrPuk,
816 mUiccApplication.supplyPuk(oldPinOrPuk, newPinOrPuk,
819 mUiccApplication.supplyPuk2(oldPinOrPuk, newPinOrPuk,
    [all...]

Completed in 401 milliseconds