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

  /frameworks/opt/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
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 433 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
439 * This field is like pin2, but used for phase 2 (inside
444 char *pin2; member in struct:eap_peer_config
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
AdnRecordLoader.java 38 String pin2; field in class:AdnRecordLoader
112 * @param pin2 for CHV2 operations, must be null if pin2 is not needed
117 String pin2, Message response) {
122 this.pin2 = pin2;
166 data, pin2, obtainMessage(EVENT_UPDATE_RECORD_DONE));
IccCardApplicationStatus.java 110 public PinState pin2; field in class:IccCardApplicationStatus
221 sb.append(",pin2=").append(pin2);
IccProvider.java 59 private static final String STR_PIN2 = "pin2";
111 String pin2 = null; local
123 pin2 = initialValues.getAsString("pin2");
134 boolean success = addIccRecordToEf(efType, tag, number, null, pin2);
201 String pin2 = null; local
228 pin2 = normalizeValue(val);
236 if (efType == IccConstants.EF_FDN && TextUtils.isEmpty(pin2)) {
240 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2);
251 String pin2 = null local
    [all...]
  /hardware/ril/include/telephony/
ril.h 41 RIL_E_PASSWORD_INCORRECT = 3, /* for PIN/PIN2 methods only! */
42 RIL_E_SIM_PIN2 = 4, /* Operation requires SIM PIN2 to be entered */
43 RIL_E_SIM_PUK2 = 5, /* Operation requires SIM PIN2 to be entered */
280 char *pin2; /* May be NULL*/ member in struct:__anon19240
294 char *pin2; /* May be NULL*/ member in struct:__anon19241
510 RIL_PinState pin2; member in struct:__anon19254
    [all...]

Completed in 183 milliseconds