HomeSort by relevance Sort by last modified time
    Searched refs:puk (Results 1 - 25 of 27) sorted by null

1 2

  /external/qemu/telephony/
sim_card.h 37 extern void asimcard_set_puk( ASimCard sim, const char* puk );
40 extern int asimcard_check_puk( ASimCard sim, const char* puk, const char* pin );
sim_card.c 28 char puk[ A_SIM_PUK_SIZE+1 ]; member in struct:ASimCardRec_
46 strncpy( card->puk, "12345678", sizeof(card->puk) );
85 return sim->puk;
96 asimcard_set_puk( ASimCard sim, const char* puk )
98 strncpy( sim->puk, puk, A_SIM_PUK_SIZE );
125 asimcard_check_puk( ASimCard sim, const char* puk, const char* pin )
130 if ( !strcmp( sim->puk, puk ) ) {
    [all...]
android_modem.c 1842 char puk[5]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.css 44 #puk-input-area {
48 #puk-content-area {
59 #locked-puk-action-area {
67 #puk-warning-msg {
71 #puk-enter-msg {
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 173 * Supply puk to unlock the SIM and set SIM pin to new pin.
175 * @param puk The puk to check.
179 boolean supplyPuk(String puk, String pin);
182 * Supply puk to unlock the SIM and set SIM pin to new pin.
184 * @param puk The puk to check.
189 boolean supplyPukForSubscriber(long subId, String puk, String pin);
210 * Supply puk to unlock the SIM and set SIM pin to new pin.
213 * @param puk The puk to chec
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCard.java 96 * Supply the ICC PUK to the ICC
98 public void supplyPuk (String puk, String newPin, Message onComplete);
CommandsInterface.java 598 * is the number of attempts remaining before the ICC will be PUK locked.
617 * is the number of attempts remaining before the ICC will be PUK locked.
625 * Supply the ICC PUK and newPin to the ICC card
639 void supplyIccPuk(String puk, String newPin, Message result);
642 * Supply the PUK, new pin for the app with this AID on the ICC card
657 void supplyIccPukForApp(String puk, String newPin, String aid, Message result);
671 * is the number of attempts remaining before the ICC will be PUK locked.
692 * is the number of attempts remaining before the ICC will be PUK locked.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 192 // Pending code input (PIN/PUK).
207 // Pass PIN/PUK code to shill and check status.
210 // Methods to invoke shill PIN/PUK D-Bus operations.
214 void UnblockPin(const std::string& puk, const std::string& new_pin);
223 // Single handler for PIN/PUK code operations.
242 // completed (either cancelled or with entry of PIN/PUK).
245 // Checks whether SIM card is in PUK locked state and proceeds to PUK input.
565 void SimUnlockHandler::UnblockPin(const std::string& puk,
576 puk,
666 std::string puk; local
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_device_client.h 125 const std::string& puk,
fake_shill_device_client.h 59 const std::string& puk,
shill_device_client.cc 134 const std::string& puk,
141 writer.AppendString(puk);
fake_shill_device_client.cc 151 const std::string& puk,
  /external/chromium_org/chromeos/network/
fake_network_device_handler.cc 62 const std::string& puk,
fake_network_device_handler.h 71 const std::string& puk,
network_device_handler.h 117 // SIM PIN/PUK methods
157 // Sends the PUK code |puk| to the SIM to unblock a blocked SIM. On success,
163 // - |puk| is incorrect.
169 const std::string& puk,
network_device_handler_impl.h 79 const std::string& puk,
network_device_handler_impl.cc 364 const std::string& puk,
370 puk, local
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPukView.java 35 * Displays a PIN pad for entering a PUK (Pin Unlock Kode) provided by a carrier.
129 // SIM PUK doesn't have a timed lockout
169 protected CheckSimPuk(String puk, String pin) {
170 mPuk = puk;
231 // make sure the puk is at least 8 digits long.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 51 public void supplyIccPuk(String puk, String newPin, Message result) {
59 public void supplyIccPuk2(String puk, String newPin2, Message result) {
521 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 51 public void supplyIccPuk(String puk, String newPin, Message result) {
59 public void supplyIccPuk2(String puk, String newPin2, Message result) {
523 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) {
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 379 // a PIN/PUK/PIN2/PUK2 complete
627 * onComplete.arg1 = remaining attempts before puk locked or -1 if unknown
647 * Supply the ICC PUK to the ICC
668 public void supplyPuk (String puk, String newPin, Message onComplete) {
670 mCi.supplyIccPukForApp(puk, newPin, mAid,
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 173 public void supplyIccPuk(String puk, String newPin, Message result) {
177 public void supplyIccPukForApp(String puk, String newPin, String aid, Message result) {
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 157 public void supplyIccPuk(String puk, String newPin, Message result) {
168 if (puk != null && puk.equals(SIM_PUK_CODE)) {
    [all...]

Completed in 644 milliseconds

1 2