Searched refs:puk2 (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java188 public void supplyIccPuk2(String puk2, String newPin2, Message result) { argument
192 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) { argument
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java235 public void supplyIccPuk2(String puk2, String newPin2, Message result) { argument
246 if (puk2 != null && puk2.equals(SIM_PUK2_CODE)) {
1503 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { argument
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCommandsInterface.java663 void supplyIccPuk2(String puk2, String newPin2, Message result); argument
681 void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result); argument
H A DIccCard.java359 public void supplyPuk2 (String puk2, String newPin2, Message onComplete) { argument
360 mPhone.mCM.supplyIccPuk2(puk2, newPin2,
H A DRIL.java749 supplyIccPuk2(String puk2, String newPin2, Message result) { argument
750 supplyIccPuk2ForApp(puk2, newPin2, null, result);
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java407 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { argument

Completed in 408 milliseconds