/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 67 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() argument 79 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin() argument 551 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() argument 563 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) { in changeIccPinForApp() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 66 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() argument 78 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin() argument 552 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() argument 564 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) { in changeIccPinForApp() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccCard.java | 115 public void supplyPuk(String puk, String newPin, Message onComplete) { in supplyPuk() argument
|
D | CommandsInterface.java | 746 void supplyIccPuk(String puk, String newPin, Message result); in supplyIccPuk() argument 764 void supplyIccPukForApp(String puk, String newPin, String aid, Message result); in supplyIccPukForApp() argument 847 void changeIccPin(String oldPin, String newPin, Message result); in changeIccPin() argument 848 void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message result); in changeIccPinForApp() argument
|
D | RIL.java | 809 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() argument 810 supplyIccPukForApp(puk, newPin, null, result); in supplyIccPuk() 814 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { in supplyIccPukForApp() argument 828 convertNullToEmptyString(newPin), in supplyIccPukForApp() 892 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin() argument 893 changeIccPinForApp(oldPin, newPin, null, result); in changeIccPin() 897 public void changeIccPinForApp(String oldPin, String newPin, String aid, Message result) { in changeIccPinForApp() argument 905 + oldPin + " newPin = " + newPin + " aid = " + aid); in changeIccPinForApp() 911 convertNullToEmptyString(newPin), in changeIccPinForApp()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 173 public void supplyIccPuk(String puk, String newPin, Message result) { 177 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { 197 public void changeIccPin(String oldPin, String newPin, Message result) { 201 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message result) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommandsVerifier.java | 604 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() argument 609 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { in supplyIccPukForApp() argument 634 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin() argument 639 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message result) { in changeIccPinForApp() argument
|
D | SimulatedCommands.java | 278 public void supplyIccPuk(String puk, String newPin, Message result) { in supplyIccPuk() argument 387 public void changeIccPin(String oldPin, String newPin, Message result) { in changeIccPin() argument 389 mPinCode = newPin; in changeIccPin() 1893 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { in supplyIccPukForApp() argument 1908 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) { in changeIccPinForApp() argument 1909 SimulatedCommandsVerifier.getInstance().changeIccPinForApp(oldPin, newPin, aidPtr, in changeIccPinForApp() 1911 changeIccPin(oldPin, newPin, response); in changeIccPinForApp()
|
D | RILTest.java | 375 String newPin = "1314"; in testSupplyIccPukForApp() local 377 mRILUnderTest.supplyIccPukForApp(puk, newPin, aid, obtainMessage()); in testSupplyIccPukForApp() 379 .supplyIccPukForApp(mSerialNumberCaptor.capture(), eq(puk), eq(newPin), eq(aid)); in testSupplyIccPukForApp() 399 String newPin = "1314"; in testSupplyIccPuk2ForApp() local 401 mRILUnderTest.supplyIccPuk2ForApp(puk, newPin, aid, obtainMessage()); in testSupplyIccPuk2ForApp() 403 .supplyIccPuk2ForApp(mSerialNumberCaptor.capture(), eq(puk), eq(newPin), eq(aid)); in testSupplyIccPuk2ForApp() 412 String newPin = "1314"; in testChangeIccPinForApp() local 414 mRILUnderTest.changeIccPinForApp(oldPin, newPin, aid, obtainMessage()); in testChangeIccPinForApp() 416 mSerialNumberCaptor.capture(), eq(oldPin), eq(newPin), eq(aid)); in testChangeIccPinForApp()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 747 public void supplyPuk (String puk, String newPin, Message onComplete) { in supplyPuk() argument 749 mCi.supplyIccPukForApp(puk, newPin, mAid, in supplyPuk()
|
D | UiccProfile.java | 815 public void supplyPuk(String puk, String newPin, Message onComplete) { in supplyPuk() argument 818 mUiccApplication.supplyPuk(puk, newPin, onComplete); in supplyPuk()
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 3149 public boolean setRestrictionsChallenge(String newPin) { in setRestrictionsChallenge() argument
|