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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java530 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java531 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java695 void supplyIccPukForApp(String puk, String newPin, String aid, Message result); method in interface:CommandsInterface
H A DRIL.java736 supplyIccPukForApp(puk, newPin, null, result);
740 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { method in class:RIL
752 radioProxy.supplyIccPukForApp(rr.mSerial,
757 handleRadioProxyExceptionForRR(rr, "supplyIccPukForApp", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1782 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) { method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java594 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) { method in class:SimulatedCommandsVerifier

Completed in 84 milliseconds