HomeSort by relevance Sort by last modified time
    Searched refs:pin1 (Results 1 - 7 of 7) 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),
  /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 86 mPin1State = as.pin1;
119 mPin1State = as.pin1;
274 loge("QUERY_FACILITY_LOCK:enabled GET_SIM_STATUS.Pin1:disabled."
283 loge("QUERY_FACILITY_LOCK:disabled GET_SIM_STATUS.Pin1:enabled."
407 loge("Sanity check failed! APPSTATE is ready while PIN1 is not verified!!!");
435 loge("Sanity check failed! APPSTATE is locked while PIN1 is not!!!");
577 mIccLockEanbled once all RIL correctly sends the pin1 state.
604 * @param password needed to change the ICC pin state, aka. 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;
  /hardware/ril/include/telephony/
ril.h 500 RIL_APPSTATE_PIN = 2, /* If PIN1 or UPin is required */
535 RIL_PinState pin1; member in struct:__anon33890
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]

Completed in 515 milliseconds