Searched defs:mPin1State (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCardApplication.java69 private PinState mPin1State; field in class:UiccCardApplication
101 mPin1State = as.pin1;
135 mPin1State = as.pin1;
293 // Sanity check: we expect mPin1State to match mIccLockEnabled.
294 // When mPin1State is DISABLED mIccLockEanbled should be false.
295 // When mPin1State is ENABLED mIccLockEnabled should be true.
299 switch (mPin1State) {
316 if (DBG) log("Ignoring: pin1state=" + mPin1State);
471 if (mPin1State == PinState.PINSTATE_ENABLED_NOT_VERIFIED ||
472 mPin1State
[all...]

Completed in 64 milliseconds