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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 71 String pin2 = null; local
75 firstAdn.getAlphaTag(), firstAdn.getNumber(), adnIndex, pin2);
84 secondAdn.getAlphaTag(), secondAdn.getNumber(), pin2);
94 emptyAdn.getAlphaTag(), emptyAdn.getNumber(), pin2);
103 pin2);
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 498 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
504 * This field is like pin2, but used for phase 2 (inside
509 char *pin2; member in struct:eap_peer_config
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java 66 protected static final String STR_PIN2 = "pin2";
162 String pin2 = null; local
182 pin2 = initialValues.getAsString("pin2");
188 pin2 = initialValues.getAsString("pin2");
199 boolean success = addIccRecordToEf(efType, tag, number, null, pin2, subId);
293 String pin2 = null; local
319 pin2 = normalizeValue(val);
323 if (efType == FDN && TextUtils.isEmpty(pin2)) {
338 String pin2 = null; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 113 public PinState pin2; field in class:IccCardApplicationStatus
226 sb.append(",pin2=").append(pin2);
  /hardware/ril/include/telephony/
ril.h 84 RIL_E_PASSWORD_INCORRECT = 3, /* for PIN/PIN2 methods only! */
85 RIL_E_SIM_PIN2 = 4, /* Operation requires SIM PIN2 to be entered */
86 RIL_E_SIM_PUK2 = 5, /* Operation requires SIM PIN2 to be entered */
490 char *pin2; /* May be NULL*/ member in struct:__anon27101
504 char *pin2; /* May be NULL*/ member in struct:__anon27102
772 RIL_PinState pin2; member in struct:__anon27119
    [all...]

Completed in 373 milliseconds