OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
/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:__anon32062
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
[
all
...]
Completed in 219 milliseconds