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

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IIccPhoneBook.aidl 73 * @param pin2 required to update EF_FDN, otherwise must be null
79 String pin2);
98 * @param pin2 required to update EF_FDN, otherwise must be null
105 String pin2);
118 * @param pin2 required to update EF_FDN, otherwise must be null
123 String pin2);
137 * @param pin2 required to update EF_FDN, otherwise must be null
143 String pin2);
UiccPhoneBookController.java 46 String newTag, String newPhoneNumber, String pin2) throws android.os.RemoteException {
48 oldPhoneNumber, newTag, newPhoneNumber, pin2);
55 String pin2) throws android.os.RemoteException {
60 oldPhoneNumber, newTag, newPhoneNumber, pin2);
71 String newPhoneNumber, int index, String pin2) throws android.os.RemoteException {
73 newPhoneNumber, index, pin2);
79 String newPhoneNumber, int index, String pin2) throws android.os.RemoteException {
84 newPhoneNumber, index, pin2);
IccProvider.java 65 protected static final String STR_PIN2 = "pin2";
164 String pin2 = null; local
184 pin2 = initialValues.getAsString("pin2");
190 pin2 = initialValues.getAsString("pin2");
201 boolean success = addIccRecordToEf(efType, tag, number, null, pin2, subId);
295 String pin2 = null; local
321 pin2 = normalizeValue(val);
325 if (efType == FDN && TextUtils.isEmpty(pin2)) {
340 String pin2 = null; local
    [all...]
IccPhoneBookInterfaceManager.java 157 * @param pin2 required to update EF_FDN, otherwise must be null
163 String newTag, String newPhoneNumber, String pin2) {
177 "," + Rlog.pii(LOG_TAG, newPhoneNumber) + ")"+ " pin2=" + Rlog.pii(LOG_TAG, pin2));
189 mAdnCache.updateAdnBySearch(efid, oldAdn, newAdn, pin2, response);
212 * @param pin2 required to update EF_FDN, otherwise must be null
217 String newPhoneNumber, int index, String pin2) {
229 " pin2=" + Rlog.pii(LOG_TAG, pin2));
237 mAdnCache.updateAdnByIndex(efid, newAdn, index, pin2, response)
    [all...]
IccCard.java 101 * Supply the ICC PIN2 to the ICC
103 public void supplyPin2 (String pin2, Message onComplete);
159 * @param password needed to change the ICC fdn enable, aka Pin2
226 * @return true if ICC card is PIN2 blocked
CommandsInterface.java 698 * Supply the ICC PIN2 to the ICC card
714 void supplyIccPin2(String pin2, Message result);
717 * Supply the PIN2 for the app with this AID on the ICC card
735 void supplyIccPin2ForApp(String pin2, String aid, Message result);
    [all...]
  /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/uicc/
AdnRecordCache.java 136 * @param pin2 is required to update EF_FDN, otherwise must be null
140 public void updateAdnByIndex(int efid, AdnRecord adn, int recordIndex, String pin2,
160 recordIndex, pin2,
174 * @param pin2 is required to update EF_FDN, otherwise must be null
179 String pin2, Message response) {
241 index, pin2,
IccCardApplicationStatus.java 113 public PinState pin2; field in class:IccCardApplicationStatus
226 sb.append(",pin2=").append(pin2);
IccFileHandler.java 350 * @param pin2 for CHV2 operations, otherwist must be null
355 String pin2, Message onComplete) {
359 IccUtils.bytesToHexString(data), pin2, mAid, onComplete);
367 * @param pin2 for CHV2 operations, otherwist must be null
372 String pin2, Message onComplete) {
375 IccUtils.bytesToHexString(data), pin2, mAid, onComplete);
AdnRecordLoader.java 124 * @param pin2 for CHV2 operations, must be null if pin2 is not needed
129 String pin2, Message response) {
134 mPin2 = pin2;
UiccCardApplication.java 104 mPin2State = as.pin2;
139 mPin2State = as.pin2;
383 // a PIN/PUK/PIN2/PUK2 complete
683 public void supplyPin2 (String pin2, Message onComplete) {
685 mCi.supplyIccPin2ForApp(pin2, mAid,
777 * @param password needed to change the ICC fdn enable, aka Pin2
842 * @return true if ICC card is PIN2 blocked
    [all...]
IccCardProxy.java 778 public void supplyPin2(String pin2, Message onComplete) {
781 mUiccApplication.supplyPin2(pin2, onComplete);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 181 public void supplyIccPin2(String pin2, Message result) {
185 public void supplyIccPin2ForApp(String pin2, String aid, Message result) {
397 String pin2, Message response) {
662 String data, String pin2, String aid, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 296 int p3, String data, String pin2, Message result) {
300 int p3, String data, String pin2, String aid, Message result) {
534 public void supplyIccPin2ForApp(String pin2, String aid, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 297 int p3, String data, String pin2, Message result) {
301 int p3, String data, String pin2, String aid, Message result) {
535 public void supplyIccPin2ForApp(String pin2, String aid, Message response) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 599 public void supplyIccPin2(String pin2, Message result) {
604 public void supplyIccPin2ForApp(String pin2, String aid, Message result) {
882 String pin2, Message response) {
888 String data, String pin2, String aid, Message response) {
SimulatedCommands.java 252 public void supplyIccPin2(String pin2, Message result) {
262 if (pin2 != null && pin2.equals(mPin2Code)) {
348 Rlog.i(LOG_TAG, "[SimCmd] changeIccPin2: pin2 failed!");
436 Rlog.i(LOG_TAG, "[SimCmd] setFacilityLock: pin2 is valid");
444 Rlog.i(LOG_TAG, "[SimCmd] setFacilityLock: pin2 failed!");
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardApplicationTest.java 103 mUiccCardAppStatus.pin2 = IccCardStatus.PinState.PINSTATE_ENABLED_VERIFIED;
UiccControllerTest.java 69 mIccCardAppStatus.pin1 = mIccCardAppStatus.pin2 =
UiccCardTest.java 117 mIccCardAppStatus.pin1 = mIccCardAppStatus.pin2 =
  /hardware/interfaces/radio/1.0/
IRadio.hal 75 * Supplies ICC PIN2. Only called following operation where SIM_PIN2 was
79 * @param pin2 PIN2 value
85 oneway supplyIccPin2ForApp(int32_t serial, string pin2, string aid);
88 * Supplies ICC PUK2 and new PIN2.
92 * @param pin2 New PIN2 value
98 oneway supplyIccPuk2ForApp(int32_t serial, string puk2, string pin2,
116 * Supplies old ICC PIN2 and new PIN2
    [all...]
  /hardware/ril/include/telephony/
ril.h 133 RIL_E_PASSWORD_INCORRECT = 3, /* for PIN/PIN2 methods only! */
134 RIL_E_SIM_PIN2 = 4, /* Operation requires SIM PIN2 to be entered */
135 RIL_E_SIM_PUK2 = 5, /* Operation requires SIM PIN2 to be entered */
623 char *pin2; \/* May be NULL*\/ member in struct:__anon47521
637 char *pin2; \/* May be NULL*\/ member in struct:__anon47522
1113 RIL_PinState pin2; member in struct:__anon47544
    [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_icc.cpp 210 iccIo.pin2 = hidl_string();

Completed in 610 milliseconds

1 2