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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 216 String newPinOrPuk = mSib;
217 int pinLen = newPinOrPuk.length();
219 if (!newPinOrPuk.equals(mSic)) {
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 791 String newPinOrPuk = mSib;
792 int pinLen = newPinOrPuk.length();
794 if (!newPinOrPuk.equals(mSic)) {
810 mUiccApplication.changeIccLockPassword(oldPinOrPuk, newPinOrPuk,
813 mUiccApplication.changeIccFdnPassword(oldPinOrPuk, newPinOrPuk,
816 mUiccApplication.supplyPuk(oldPinOrPuk, newPinOrPuk,
819 mUiccApplication.supplyPuk2(oldPinOrPuk, newPinOrPuk,
    [all...]

Completed in 169 milliseconds