HomeSort by relevance Sort by last modified time
    Searched full:pin1 (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/remoting/host/
pin_hash_unittest.cc 24 std::string pin1("1234");
26 ASSERT_TRUE(VerifyHostPinHash(MakeHostPinHash(host_id1, pin1),
28 pin1));
29 ASSERT_FALSE(VerifyHostPinHash(MakeHostPinHash(host_id1, pin1),
31 pin1));
32 ASSERT_FALSE(VerifyHostPinHash(MakeHostPinHash(host_id1, pin1),
  /external/chromium_org/third_party/sqlite/src/src/
vdbe.c 561 Mem *pIn1 = 0; /* 1st input operand */
760 pIn1 = &aMem[pOp->p1];
761 assert( (pIn1->flags & MEM_Dyn)==0 );
762 memAboutToChange(p, pIn1);
763 pIn1->flags = MEM_Int;
764 pIn1->u.i = pc;
765 REGISTER_TRACE(pOp->p1, pIn1);
775 pIn1 = &aMem[pOp->p1];
776 assert( pIn1->flags & MEM_Int );
777 pc = (int)pIn1->u.i
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 111 public PinState pin1; field in class:IccCardApplicationStatus
224 sb.append(",pin1=").append(pin1);
UiccCardApplication.java 91 mPin1State = as.pin1;
124 mPin1State = as.pin1;
291 loge("QUERY_FACILITY_LOCK:enabled GET_SIM_STATUS.Pin1:disabled."
300 loge("QUERY_FACILITY_LOCK:disabled GET_SIM_STATUS.Pin1:enabled."
463 loge("Sanity check failed! APPSTATE is ready while PIN1 is not verified!!!");
491 loge("Sanity check failed! APPSTATE is locked while PIN1 is not!!!");
658 mIccLockEanbled once all RIL correctly sends the pin1 state.
694 * @param password needed to change the ICC pin state, aka. Pin1
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 41 /* PIN means ICC is locked on PIN1 */
TelephonyIntents.java 201 * <code>"PIN"</code> locked on PIN1
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 490 var pin1 = this.pinEntry_.value;
492 if (pin1 != pin2) {
503 this.flow_.pin = pin1;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccCard.java 145 * @param password needed to change the ICC pin state, aka. Pin1
RIL.java     [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 669 /* Verify whether CHV1 (PIN1) is needed to access the card. */
678 wpa_printf(MSG_DEBUG, "PIN1 needed for SIM access (retry "
700 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
710 /* Verify whether CHV1 (PIN1) is needed to access the card. */
    [all...]
  /external/oprofile/events/ia64/itanium2/
unit_masks 231 0x2 PIN1
  /frameworks/base/packages/Keyguard/res/values/
strings.xml 359 <!-- Notification telling the user that the PIN1 they entered is valid -->
  /hardware/ril/libril/
ril.cpp     [all...]
  /hardware/ril/include/telephony/
ril.h 500 RIL_APPSTATE_PIN = 2, /* If PIN1 or UPin is required */
535 RIL_PinState pin1; member in struct:__anon32062
    [all...]
  /frameworks/base/core/res/res/values/
strings.xml 100 <!-- Displayed when user attempts to change SIM PIN1 without enabling PIN1. -->
    [all...]

Completed in 526 milliseconds