Searched defs:supplyIccPuk (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java46 public void supplyIccPuk(String puk, String newPin, Message result) { method in class:SipCommandInterface
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java152 public void supplyIccPuk(String puk, String newPin, Message result) { method in class:SimulatedCommands
154 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: wrong state, state=" +
164 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: success!");
180 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: failed! attempt=" +
183 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: set state to SIM_PERM_LOCKED");
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java172 public void supplyIccPuk(String puk, String newPin, Message result) { method in class:UsimDataDownloadCommands
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java692 supplyIccPuk(String puk, String newPin, Message result) { method in class:RIL
H A DCommandsInterface.java684 void supplyIccPuk(String puk, String newPin, Message result); method in interface:CommandsInterface

Completed in 41 milliseconds