Home
last modified time | relevance | path

Searched refs:newPin2 (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java78 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 DSipCommandInterface.java77 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 DChangeIccPinScreen.java181 String newPin2 = mNewPin2.getText().toString();
183 int error = validateNewPin(newPin1, newPin2);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java130 public void supplyPuk2(String puk2, String newPin2, Message onComplete) { in supplyPuk2() argument
H A DCommandsInterface.java833 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 DRIL.java827 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 DUsimDataDownloadCommands.java.broken189 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 DSimulatedCommandsVerifier.java637 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 DSimulatedCommands.java363 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 DRILTest.java435 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 DUiccCardApplication.java762 public void supplyPuk2 (String puk2, String newPin2, Message onComplete) { in supplyPuk2() argument
764 mCi.supplyIccPuk2ForApp(puk2, newPin2, mAid, in supplyPuk2()
H A DUiccProfile.java906 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 DRadio.h64 const hidl_string& newPin2, const hidl_string& aid) override;
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal120 * @param newPin2 New pin2 value
126 oneway changeIccPin2ForApp(int32_t serial, string oldPin2, string newPin2,
/aosp12/hardware/ril/libril/
H A Dril_service.cpp140 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()