/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneCommandInterface.java | 78 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2() argument 86 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2() argument 572 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() argument 580 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, in changeIccPin2ForApp() argument
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipCommandInterface.java | 77 public void supplyIccPuk2(String puk, String newPin2, Message result) { in supplyIccPuk2() argument 85 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2() argument 573 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() argument 581 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, in changeIccPin2ForApp() argument
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ChangeIccPinScreen.java | 181 String newPin2 = mNewPin2.getText().toString(); 183 int error = validateNewPin(newPin1, newPin2);
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | IccCard.java | 130 public void supplyPuk2(String puk2, String newPin2, Message onComplete) { in supplyPuk2() argument
|
H A D | CommandsInterface.java | 833 void supplyIccPuk2(String puk2, String newPin2, Message result); in supplyIccPuk2() argument 854 void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result); in supplyIccPuk2ForApp() argument 859 void changeIccPin2(String oldPin2, String newPin2, Message result); in changeIccPin2() argument 860 void changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message result); in changeIccPin2ForApp() argument
|
H A D | RIL.java | 827 public void supplyIccPuk2(String puk2, String newPin2, Message result) { in supplyIccPuk2() argument 828 supplyIccPuk2ForApp(puk2, newPin2, null, result); in supplyIccPuk2() 832 public void supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) { in supplyIccPuk2ForApp() argument 846 convertNullToEmptyString(newPin2), in supplyIccPuk2ForApp() 883 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2() argument 884 changeIccPin2ForApp(oldPin2, newPin2, null, result); in changeIccPin2() 888 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aid, Message result) { in changeIccPin2ForApp() argument 896 + oldPin2 + " newPin = " + newPin2 + " aid = " + aid); in changeIccPin2ForApp() 902 convertNullToEmptyString(newPin2), in changeIccPin2ForApp()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | UsimDataDownloadCommands.java.broken | 189 public void supplyIccPuk2(String puk2, String newPin2, Message result) { 193 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) { 205 public void changeIccPin2(String oldPin2, String newPin2, Message result) { 209 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message result) {
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommandsVerifier.java | 637 public void supplyIccPuk2(String puk2, String newPin2, Message result) { in supplyIccPuk2() argument 642 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) { in supplyIccPuk2ForApp() argument 657 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2() argument 662 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message result) { in changeIccPin2ForApp() argument
|
H A D | SimulatedCommands.java | 363 public void supplyIccPuk2(String puk2, String newPin2, Message result) { in supplyIccPuk2() argument 415 public void changeIccPin2(String oldPin2, String newPin2, Message result) { in changeIccPin2() argument 417 mPin2Code = newPin2; in changeIccPin2() 1940 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { in supplyIccPuk2ForApp() argument 1952 public void changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, in changeIccPin2ForApp() argument
|
H A D | RILTest.java | 435 String newPin2 = "1314"; in testChangeIccPin2ForApp() local 437 mRILUnderTest.changeIccPin2ForApp(oldPin2, newPin2, aid, obtainMessage()); in testChangeIccPin2ForApp() 439 mSerialNumberCaptor.capture(), eq(oldPin2), eq(newPin2), eq(aid)); in testChangeIccPin2ForApp()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccCardApplication.java | 762 public void supplyPuk2 (String puk2, String newPin2, Message onComplete) { in supplyPuk2() argument 764 mCi.supplyIccPuk2ForApp(puk2, newPin2, mAid, in supplyPuk2()
|
H A D | UiccProfile.java | 906 public void supplyPuk2(String puk2, String newPin2, Message onComplete) { in supplyPuk2() argument 909 mUiccApplication.supplyPuk2(puk2, newPin2, onComplete); in supplyPuk2()
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.h | 64 const hidl_string& newPin2, const hidl_string& aid) override;
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | IRadio.hal | 120 * @param newPin2 New pin2 value 126 oneway changeIccPin2ForApp(int32_t serial, string oldPin2, string newPin2,
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 140 const hidl_string& newPin2, const hidl_string& aid); 858 const hidl_string& newPin2, const hidl_string& aid) { in changeIccPin2ForApp() argument 863 3, oldPin2.c_str(), newPin2.c_str(), aid.c_str()); in changeIccPin2ForApp()
|