Home
last modified time | relevance | path

Searched refs:newPin (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java67 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/
DSipCommandInterface.java66 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/
DIccCard.java115 public void supplyPuk(String puk, String newPin, Message onComplete) { in supplyPuk() argument
DCommandsInterface.java746 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
DRIL.java809 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/
DUsimDataDownloadCommands.java.broken173 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/
DSimulatedCommandsVerifier.java604 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
DSimulatedCommands.java278 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()
DRILTest.java375 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/
DUiccCardApplication.java747 public void supplyPuk (String puk, String newPin, Message onComplete) { in supplyPuk() argument
749 mCi.supplyIccPukForApp(puk, newPin, mAid, in supplyPuk()
DUiccProfile.java815 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/
DUserManager.java3149 public boolean setRestrictionsChallenge(String newPin) { in setRestrictionsChallenge() argument