HomeSort by relevance Sort by last modified time
    Searched defs:pin2 (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 68 String pin2 = null; local
72 firstAdn.getAlphaTag(), firstAdn.getNumber(), adnIndex, pin2);
81 secondAdn.getAlphaTag(), secondAdn.getNumber(), pin2);
91 emptyAdn.getAlphaTag(), emptyAdn.getNumber(), pin2);
100 pin2);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 427 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
433 * This field is like pin2, but used for phase 2 (inside
438 char *pin2; member in struct:eap_peer_config
  /frameworks/base/telephony/java/com/android/internal/telephony/
AdnRecordLoader.java 37 String pin2; field in class:AdnRecordLoader
113 * @param pin2 for CHV2 operations, must be null if pin2 is not needed
118 String pin2, Message response) {
123 this.pin2 = pin2;
167 data, pin2, obtainMessage(EVENT_UPDATE_RECORD_DONE));
IccCardApplication.java 107 public int pin2; field in class:IccCardApplication
IccProvider.java 204 private static final String STR_PIN2 = "pin2";
299 String pin2 = null; local
311 pin2 = initialValues.getAsString("pin2");
322 boolean success = addIccRecordToEf(efType, tag, number, null, pin2);
389 String pin2 = null; local
416 pin2 = normalizeValue(val);
424 if (efType == IccConstants.EF_FDN && TextUtils.isEmpty(pin2)) {
428 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2);
439 String pin2 = null local
    [all...]
  /hardware/ril/include/telephony/
ril.h 54 RIL_E_PASSWORD_INCORRECT = 3, /* for PIN/PIN2 methods only! */
55 RIL_E_SIM_PIN2 = 4, /* Operation requires SIM PIN2 to be entered */
56 RIL_E_SIM_PUK2 = 5, /* Operation requires SIM PIN2 to be entered */
213 char *pin2; /* May be NULL*/ member in struct:__anon9648
404 RIL_PinState pin2; member in struct:__anon9661
701 * Supplies SIM PIN2. Only called following operation where SIM_PIN2 was
705 * ((const char **)data)[0] is PIN2 value
723 * Supplies SIM PUK2 and new PIN2.
727 * ((const char **)data)[1] is new PIN2 value
771 * Supplies old SIM PIN2 and new PIN2
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.h 394 // optional .ril_proto.RilPinState pin2 = 8;
398 inline ril_proto::RilPinState pin2() const;
2695 inline ril_proto::RilPinState RilAppStatus::pin2() const { function in class:ril_proto::RilAppStatus
    [all...]

Completed in 1321 milliseconds