Searched defs:supplyIccPuk2ForApp (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java538 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java539 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java775 void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result); method in interface:CommandsInterface
H A DRIL.java791 supplyIccPuk2ForApp(puk2, newPin2, null, result);
795 supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) { method in class:RIL
807 radioProxy.supplyIccPuk2ForApp(rr.mSerial,
812 handleRadioProxyExceptionForRR(rr, "supplyIccPuk2ForApp", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1792 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java614 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) { method in class:SimulatedCommandsVerifier

Completed in 722 milliseconds