Home
last modified time | relevance | path

Searched refs:changeIccPinForApp (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java123 public void changeIccPinForApp(int serial, String oldPin, String newPin, String aid) in changeIccPinForApp() method in RadioSimProxy
127 mSimProxy.changeIccPinForApp(serial, oldPin, newPin, aid); in changeIccPinForApp()
129 mRadioProxy.changeIccPinForApp(serial, oldPin, newPin, aid); in changeIccPinForApp()
DCommandsInterface.java880 void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message result); in changeIccPinForApp() method
DRIL.java1537 changeIccPinForApp(oldPin, newPin, null, result); in changeIccPin()
1541 public void changeIccPinForApp(String oldPin, String newPin, String aid, Message result) { in changeIccPinForApp() method in RIL
1555 simProxy.changeIccPinForApp(rr.mSerial, in changeIccPinForApp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardApplicationTest.java184 verify(mSimulatedCommandsVerifier).changeIccPinForApp( in testChangeIccLockPassword()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java540 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) { in changeIccPinForApp() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java903 mCi.changeIccPinForApp(oldPassword, newPassword, mAid, in changeIccLockPassword()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java654 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message result) { in changeIccPinForApp() method in SimulatedCommandsVerifier
DSimulatedCommands.java1898 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) { in changeIccPinForApp() method in SimulatedCommands
1899 SimulatedCommandsVerifier.getInstance().changeIccPinForApp(oldPin, newPin, aidPtr, in changeIccPinForApp()
DRILTest.java466 mRILUnderTest.changeIccPinForApp(oldPin, newPin, aid, obtainMessage()); in testChangeIccPinForApp()
467 verify(mRadioProxy).changeIccPinForApp( in testChangeIccPinForApp()