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

1 2

  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.css 44 #puk-input-area {
55 #locked-puk-action-area {
63 #puk-warning-msg {
67 #puk-enter-msg {
  /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...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 149 * Supply puk to unlock the SIM and set SIM pin to new pin.
151 * @param puk The puk to check.
155 boolean supplyPuk(String puk, String pin);
167 * Supply puk to unlock the SIM and set SIM pin to new pin.
170 * @param puk The puk to check
175 int[] supplyPukReportResult(String puk, String pin);
178 * Handles PIN MMI commands (PIN/PIN2/PUK/PUK2), which are initiated
  /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 577 * is the number of attempts remaining before the ICC will be PUK locked.
596 * is the number of attempts remaining before the ICC will be PUK locked.
604 * Supply the ICC PUK and newPin to the ICC card
618 void supplyIccPuk(String puk, String newPin, Message result);
621 * Supply the PUK, new pin for the app with this AID on the ICC card
636 void supplyIccPukForApp(String puk, String newPin, String aid, Message result);
650 * is the number of attempts remaining before the ICC will be PUK locked.
671 * is the number of attempts remaining before the ICC will be PUK locked.
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 431 public boolean supplyPuk(String puk, String pin) {
432 int [] resultArray = supplyPukReportResult(puk, pin);
445 public int[] supplyPukReportResult(String puk, String pin) {
449 return checkSimPuk.unlockSim(puk, pin);
511 * Use PIN or PUK to unlock SIM card
513 * If PUK is null, unlock SIM card with PIN
515 * If PUK is not null, unlock SIM card with PUK and set PIN code
517 synchronized int[] unlockSim(String puk, String pin) {
528 if (puk == null)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 193 // Pending code input (PIN/PUK).
208 // Pass PIN/PUK code to shill and check status.
211 // Methods to invoke shill PIN/PUK D-Bus operations.
215 void UnblockPin(const std::string& puk, const std::string& new_pin);
224 // Single handler for PIN/PUK code operations.
243 // completed (either cancelled or with entry of PIN/PUK).
246 // 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/chrome/browser/chromeos/cros/
network_library_impl_stub.h 55 virtual void UnblockPin(const std::string& puk,
network_library_impl_cros.h 54 virtual void UnblockPin(const std::string& puk,
  /external/chromium_org/chromeos/dbus/
fake_shill_device_client.cc 68 const std::string& puk,
fake_shill_device_client.h 54 const std::string& puk,
mock_shill_device_client.h 55 const std::string& puk,
shill_device_client.h 126 const std::string& puk,
shill_device_client.cc 135 const std::string& puk,
142 writer.AppendString(puk);
shill_device_client_stub.h 57 const std::string& puk,
shill_device_client_stub.cc 134 const std::string& puk,
  /external/chromium_org/chromeos/network/
network_device_handler.h 120 // SIM PIN/PUK methods
160 // Sends the PUK code |puk| to the SIM to unblock a blocked SIM. On success,
166 // - |puk| is incorrect.
172 const std::string& puk,
network_device_handler.cc 233 const std::string& puk,
239 puk, local
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 50 public void supplyIccPuk(String puk, String newPin, Message result) {
58 public void supplyIccPuk2(String puk, String newPin2, Message result) {
518 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPukView.java 42 * Displays a PIN pad for entering a PUK (Pin Unlock Kode) provided by a carrier.
137 // SIM PUK doesn't have a timed lockout
214 protected CheckSimPuk(String puk, String pin) {
215 mPuk = puk;
276 // make sure the puk is at least 8 digits long.
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 168 // Pending code input (PIN/PUK).
180 // Pass PIN/PUK code to flimflam and check status.
183 // Single handler for PIN/PUK code operations.
202 // completed (either cancelled or with entry of PIN/PUK).
205 // Checks whether SIM card is in PUK locked state and proceeds to PUK input.
503 std::string puk; local
506 !args->GetString(0, &puk) ||
512 HandleEnterCode(CODE_PUK, puk);
614 // Proceed user to PUK input
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 427 * Locked state have a reason (PIN, PUK, NETWORK, PERM_DISABLED)
549 public void supplyPuk(String puk, String newPin, Message onComplete) {
552 mUiccApplication.supplyPuk(puk, newPin, onComplete);
UiccCardApplication.java 368 // a PIN/PUK/PIN2/PUK2 complete
579 * onComplete.arg1 = remaining attempts before puk locked or -1 if unknown
599 * Supply the ICC PUK to the ICC
620 public void supplyPuk (String puk, String newPin, Message onComplete) {
622 mCi.supplyIccPukForApp(puk, newPin, mAid,
  /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) {

Completed in 1169 milliseconds

1 2