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 112 public PinState pin1; field in class:IccCardApplicationStatus
225 sb.append(",pin1=").append(pin1);
UiccCardApplication.java 103 mPin1State = as.pin1;
138 mPin1State = as.pin1;
306 loge("QUERY_FACILITY_LOCK:enabled GET_SIM_STATUS.Pin1:disabled."
315 loge("QUERY_FACILITY_LOCK:disabled GET_SIM_STATUS.Pin1:enabled."
482 loge("Sanity check failed! APPSTATE is ready while PIN1 is not verified!!!");
510 loge("Sanity check failed! APPSTATE is locked while PIN1 is not!!!");
714 mIccLockEanbled once all RIL correctly sends the pin1 state.
750 * @param password needed to change the ICC pin state, aka. Pin1
    [all...]
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 511 var pin1 = this.pinEntry_.value;
513 if (pin1 != pin2) {
524 this.flow_.pin = pin1;
  /hardware/ril/include/telephony/
ril.h 743 RIL_PinState pin1; member in struct:__anon42544
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]

Completed in 818 milliseconds